summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
bd3fd36)
Contains useful utilities for working on Debian packages.
(with-eval-after-load 'ffs
(global-set-key (kbd "C-c f s") #'ffs))
(with-eval-after-load 'ffs
(global-set-key (kbd "C-c f s") #'ffs))
+(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
+ (require 'debian-changelog-mode))
+
--- /dev/null
+Subproject commit 458f5230d02b15c94e94eca1af4eabaec30f45db
[submodule "cmake-font-lock"]
path = .emacs.d/lisp/cmake-font-lock
url = https://github.com/Lindydancer/cmake-font-lock
[submodule "cmake-font-lock"]
path = .emacs.d/lisp/cmake-font-lock
url = https://github.com/Lindydancer/cmake-font-lock
+[submodule "dpkg-dev-el"]
+ path = .emacs.d/lisp/dpkg-dev-el
+ url = https://salsa.debian.org/emacsen-team/dpkg-dev-el.git