From 08a4a7933820d01dfdc04109ad80574b617dc450 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 22 Sep 2018 13:50:40 -0300 Subject: Remove custom debbugs elisp fn. --- spacemacs.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'spacemacs.el') 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 guix-patches 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 -- cgit v1.2.3