diff options
author | Case Duckworth | 2022-02-23 10:16:48 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-23 10:16:48 -0600 |
commit | 45d179a4c3e3696798f53b8109868d4a5aa8ad31 (patch) | |
tree | 386ce06ba070b9350c68b915117b2e8cb45285fd /machines/bob.el | |
parent | Reorganize notmuch lists (diff) | |
download | emacs-45d179a4c3e3696798f53b8109868d4a5aa8ad31.tar.gz emacs-45d179a4c3e3696798f53b8109868d4a5aa8ad31.zip |
Remove :local-repo directive
It just doesn't seem to work the way I'm using it.
Diffstat (limited to 'machines/bob.el')
-rw-r--r-- | machines/bob.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/bob.el b/machines/bob.el index ff358cf..8a2aefc 100644 --- a/machines/bob.el +++ b/machines/bob.el | |||
@@ -5,6 +5,7 @@ | |||
5 | ;;; Code: | 5 | ;;; Code: |
6 | 6 | ||
7 | (require 'acdw) | 7 | (require 'acdw) |
8 | (require 'machine) | ||
8 | 9 | ||
9 | ;; Other ideas: [[https://twitter.com/NPRougier/status/1488570192561160195][from Nic Rougier]] | 10 | ;; Other ideas: [[https://twitter.com/NPRougier/status/1488570192561160195][from Nic Rougier]] |
10 | (add-function :after machine-after-load-theme | 11 | (add-function :after machine-after-load-theme |