|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
[http://thewanderingcoder.com/2015/02/literate-emacs-configuration/] |
|
|
|
|
|
|
|
|
|
although I'd rather do something like a local variable evaluation such as |
|
|
|
|
# -*- eval: (add-hook 'before-save-hook 'org-icalendar-export-to-ics nil t) -*- |
|
|
|
|
# -*- eval: (add-hook 'before-save-hook icalendar-export-to-ics nil t) -*- |
|
|
|
|
Or makefile approach |
|
|
|
|
[https://emacs.stackexchange.com/questions/27126/is-it-possible-to-org-bable-tangle-an-org-file-from-the-command-line] |
|
|
|
|
|
|
|
|
|
@ -87,7 +87,7 @@ |
|
|
|
|
#+END_SRC |
|
|
|
|
This is a hack to remove slant and bold from all faces |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
(defun wilder/fixup-faces () |
|
|
|
|
(defun wilder/fixup-faces () |
|
|
|
|
(mapc (lambda (face) |
|
|
|
|
(set-face-attribute face nil :weight 'normal) |
|
|
|
|
(set-face-attribute face nil :slant 'normal)) |
|
|
|
|
@ -917,7 +917,7 @@ |
|
|
|
|
** C and C++ |
|
|
|
|
*** Hooks |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
(require 'doxymacs) |
|
|
|
|
;; (require 'doxymacs) |
|
|
|
|
|
|
|
|
|
(add-hook 'c-mode-hook |
|
|
|
|
(lambda () |
|
|
|
|
|