diff options
author | 2023-01-17 23:48:58 -0500 | |
---|---|---|
committer | 2023-01-17 23:48:58 -0500 | |
commit | 2ac0936f15983ca9ce5cfc1846c2f1f45c231ac3 (patch) | |
tree | 8e0f66f28700354eeb52b7cd94c3da36ceae9698 /.emacs.d | |
parent | 49ec21e975bb2334141479c28081524a00497f46 (diff) | |
download | configs-2ac0936f15983ca9ce5cfc1846c2f1f45c231ac3.tar.gz configs-2ac0936f15983ca9ce5cfc1846c2f1f45c231ac3.tar.xz configs-2ac0936f15983ca9ce5cfc1846c2f1f45c231ac3.zip |
Add debian-el
Contains helpers specific to Debian users.
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 3 | ||||
m--------- | .emacs.d/lisp/debian-el | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0749809..f98d16b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -947,6 +947,9 @@ for all frames." (with-eval-after-load 'ffs (global-set-key (kbd "C-c f s") #'ffs)) +(add-to-list 'load-path (b/lisp "debian-el")) +(run-with-idle-timer 0.5 nil #'require 'debian-el) + (add-to-list 'load-path (b/lisp "dpkg-dev-el")) (run-with-idle-timer 0.5 nil #'require 'dpkg-dev-el) (with-eval-after-load 'dpkg-dev-el diff --git a/.emacs.d/lisp/debian-el b/.emacs.d/lisp/debian-el new file mode 160000 +Subproject a3ef20c269b9192710567571b20718f572942bc |