diff options
author | EuAndreh <eu@euandre.org> | 2018-09-22 13:50:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-09-22 13:50:40 -0300 |
commit | 08a4a7933820d01dfdc04109ad80574b617dc450 (patch) | |
tree | d7ee1044e62404255cbdc4c21b189483099d4a01 | |
parent | Add repo to mrconfig. (diff) | |
download | dotfiles-08a4a7933820d01dfdc04109ad80574b617dc450.tar.gz dotfiles-08a4a7933820d01dfdc04109ad80574b617dc450.tar.xz |
Remove custom debbugs elisp fn.
-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 |