aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'spacemacs.el')
-rw-r--r--spacemacs.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el
index 8503cc9..74e6cf7 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -102,6 +102,7 @@ This function should only modify configuration layer settings."
interleave
yasnippet-snippets
debbugs
+ ;; emacs-guix
key-chord)
;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '()
@@ -535,7 +536,8 @@ dump."
(action 1)
- (tabular 'defun)))
+ (tabular 'defun)
+ (for-all 'defun)))
(defun euandreh/clear-repl-and-eval ()
(interactive)
@@ -580,6 +582,11 @@ dump."
(when (file-exists-p path)
(byte-compile-file path t))))
+(defun guix-debbugs-org ()
+ (interactive)
+ ;; FIXME
+ (message "C-u M-x debbugs-gnu <RET> <RET> guix-patches <RET> n y"))
+
(defun dotspacemacs/user-config ()
"Configuration function for user code.
This function is called at the very end of Spacemacs initialization after layers configuration.
@@ -592,6 +599,7 @@ This is the place where most of your configurations should be done. Unless it is
(projectile-cleanup-known-projects)
(spacemacs/set-leader-keys
+ "GP" 'guix-debbugs-org
"an" 'notmuch
"/" 'engine/search-duck-duck-go
"d" 'spacemacs/delete-window