diff options
| author | Jack Jamison <jjamison@litecoms.com> | 2026-07-31 09:02:54 -0400 |
|---|---|---|
| committer | Jack Jamison <jjamison@litecoms.com> | 2026-07-31 09:02:54 -0400 |
| commit | 9b2af69634fb028b0072048bbadf016c35c453a7 (patch) | |
| tree | 2f0a0976a2446d2551e05b81738937ef5e731e59 /.config/emacs/misc.el | |
| parent | c1229075fbed30c7dcffc84e7ca11c2191dda11b (diff) | |
fix up to make init work and no littering AT ALL
Diffstat (limited to '.config/emacs/misc.el')
| -rw-r--r-- | .config/emacs/misc.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/emacs/misc.el b/.config/emacs/misc.el index 2480103..b4cabe7 100644 --- a/.config/emacs/misc.el +++ b/.config/emacs/misc.el @@ -38,8 +38,9 @@ ;; proj (use-package proj - :vc ( :url "https://github.com/NAHTAIV3L/proj.el" :rev :newest ) - :demand + :demand t + :ensure nil + :load-path "lisp/proj/" :config (global-set-key (kbd "C-x b") `proj-switch-to-buffer) (global-set-key (kbd "C-c b") `switch-to-buffer) |
