diff options
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/spacemacs.el b/spacemacs.el index ca2b3e9..0f401e5 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -605,11 +605,6 @@ 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 euandreh/projectile-reload-known-projects () (interactive) (projectile-load-known-projects)) @@ -625,7 +620,6 @@ This is the place where most of your configurations should be done. Unless it is (spacemacs/set-leader-keys "oo" 'spacemacs/workspaces-transient-state/body - "GP" 'guix-debbugs-org "p C-r" 'euandreh/projectile-reload-known-projects "an" 'notmuch "/" 'engine/search-duck-duck-go |