From ca26f7f477201ac55620976060c6728b24a8083f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 10 Jan 2017 10:59:56 +0100 Subject: emacs: enable ema-mail-mode in the proper modes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way it's easier to encrypt/decrypt emails. Signed-off-by: Miquel Sabaté Solà --- emacs/settings/init-org.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/settings/init-org.el') diff --git a/emacs/settings/init-org.el b/emacs/settings/init-org.el index 8dd1154..cf6fce4 100644 --- a/emacs/settings/init-org.el +++ b/emacs/settings/init-org.el @@ -55,6 +55,9 @@ the entire subtree. Idea taken from @aaronbieber" ;; TODO: wc mode in org-mode +;; TODO: shortcut for making an org link, and transforming a link into a proper +;; org link + (with-eval-after-load 'evil ; TODO: doesn't work (define-key global-map (kbd "M-h") 'help-command) -- cgit v1.2.3