aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-03-12 20:48:27 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2019-03-12 20:48:27 +0100
commit260125da3e0555eccce4b6f4581c5c4575903d03 (patch)
tree17286f39c85f7f8d6b3054f168fb580162ff0e9f
parent6cfcb60edbbb79ce966a2484ba3e88febc901dc1 (diff)
downloaddotfiles-260125da3e0555eccce4b6f4581c5c4575903d03.tar.gz
dotfiles-260125da3e0555eccce4b6f4581c5c4575903d03.zip
emacs: removed debugging statement
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--emacs/init.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.org b/emacs/init.org
index 02650c3..9386843 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1654,7 +1654,6 @@ user will be prompted to provide it."
(unless profile
(setq profile (completing-read "Give me the profile: "
(mapcar 'car mssola-org-profiles) nil t)))
- (message "%s" profile)
(funcall (cdr (assoc profile mssola-org-profiles))))
(defun mssola-org-default ()