3 Commity 9af2118863 ... 3c4cdd0f31

Autor SHA1 Správa Dátum
  Emilia L.K. Blåsten 3c4cdd0f31 Remove xenops 3 mesiacov pred
  Emilia L.K. Blåsten 2cb29e6bb5 Show WAIT as green instead of red 3 mesiacov pred
  Emilia L.K. Blåsten 7b64142df1 Make smartparens handle pairs for latex well 3 mesiacov pred
1 zmenil súbory, kde vykonal 5 pridanie a 12 odobranie
  1. 5 12
      emacs

+ 5 - 12
emacs

@@ -155,6 +155,7 @@
   :config
   (sp-local-pair '(lisp-mode emacs-lisp-mode) "'" nil :actions nil)
   (sp-local-pair '(lisp-mode emacs-lisp-mode) "`" nil :actions nil)
+  (eval-after-load 'latex '(require 'smartparens-latex))
   )
 ;; Helm (completion framework)
 (use-package helm
@@ -293,18 +294,10 @@
                                          (string-to-char TeX-esc)
                                          "w"
                                          LaTeX-mode-syntax-table))))
-(use-package xenops
-  :ensure t
-  :config
-  (defun my-buffer-face-mode-lm ()
-    "Set font to Latin Modern Roman size 12 in the current buffer"
-    (interactive)
-    (setq buffer-face-mode-face '(:family "LM Roman 10" :foundry "outline" :slant normal :weight regular :height 120 :width normal))
-    (buffer-face-mode))
-  (add-hook 'xenops-mode-hook 'my-buffer-face-mode-lm)
-  )
 (use-package cdlatex
   :ensure t
+  :custom
+  (cdlatex-takeover-parenthesis . nil)
   :hook
   ((latex-mode LaTeX-mode) . cdlatex-mode)
   :config
@@ -443,8 +436,8 @@
   (org-archive-reversed-order t) ; same for archiving with C-c C-x A
   (org-refile-use-outline-path t)
   (org-todo-keywords
-   '((sequence "TODO(t)" "WAIT(w)" "MEET(m)"
-               "|" "DONE(d)" "CANCELLED(c@)")))
+   '((sequence "TODO(t)" "MEET(m)"
+               "|" "DONE(d)" "WAIT(w@)" "CANCELLED(c@)")))
   (org-todo-repeat-to-state t)
   (org-log-done 'time)
   ;; See see http://cachestocaches.com/2016/9/my-workflow-org-agenda/