Skip to content

Commit

Permalink
Push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsb committed Jun 1, 2023
1 parent 601ed8c commit 00e6fd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
:recipe (:host github :repo "raxod502/el-patch")
:pin "4a4e040fcede0c320e860571d5e96100cac05bb5")

(package! fzf-native
:recipe (:host github :repo "simmsb/fzf-native"
:files (:defaults "bin")))

(setq ON-LAPTOP (string= (system-name) "laptop"))
(setq ON-DESKTOP (string= (system-name) "home"))

Expand Down

0 comments on commit 00e6fd1

Please sign in to comment.