From 2af2aa1cd1485ab415022e07798bb20d00ca7cc1 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 3 May 2015 08:55:08 +0200 Subject: [PATCH] Emacs: Fix org-mode bindings Demlo: Add spanish constant --- .config/demlo/demlorc | 2 ++ .emacs.d/lisp/mode-org.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/demlo/demlorc b/.config/demlo/demlorc index c3ced10c..48c3909a 100644 --- a/.config/demlo/demlorc +++ b/.config/demlo/demlorc @@ -14,6 +14,8 @@ constants = '' constants = constants .. ' un une de du des le la les et mais pour ni ou à a où contre entre chez dans sur que qui quoi comment quand ' -- German constants = constants .. ' der die das den dem des ein eine einen eines einer einem im wo an am in bei aus mit nach seit von zu vom zur zum durch für gegen ohne um ' +-- Spanish +constants = constants .. ' y ' -- Music constants = constants .. " d'Acide JBX " diff --git a/.emacs.d/lisp/mode-org.el b/.emacs.d/lisp/mode-org.el index 493f47a5..172d73d5 100644 --- a/.emacs.d/lisp/mode-org.el +++ b/.emacs.d/lisp/mode-org.el @@ -26,7 +26,7 @@ (setcdr (assoc "\\.pdf\\'" org-file-apps) (concat pdf-viewer " " (mapconcat 'identity pdf-viewer-args " "))))) -(add-hook +(add-hook-and-eval 'org-mode-hook (lambda () (setq indent-tabs-mode nil)