Misc heading tweaks

This commit is contained in:
Ivan Malison 2016-06-21 14:47:21 -07:00
parent 81bfd310fc
commit b5295f3ca9

View File

@ -325,7 +325,7 @@ This is set to true to disable the annoying audible bell that plays whenever the
;; (add-hook 'prog-mode-hook (lambda () (highlight-lines-matching-regexp ;; (add-hook 'prog-mode-hook (lambda () (highlight-lines-matching-regexp
;; ".\\{81\\}" 'hi-blue))) ;; ".\\{81\\}" 'hi-blue)))
#+END_SRC #+END_SRC
* Lisp * Functions
** Required Packages ** Required Packages
The packages in this section provide no functionality on their own, but provide support for writing custom elisp The packages in this section provide no functionality on their own, but provide support for writing custom elisp
*** s *** s
@ -411,7 +411,7 @@ By advising ~imenu--make-index-alist~ with ~imalison:flatten-imenu-index~ we mak
(funcall (imalison:emacs-version-predicate major-version minor-version))) (funcall (imalison:emacs-version-predicate major-version minor-version)))
#+END_SRC #+END_SRC
** Add a files to org-agenda-files ** Add files to org-agenda-files
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(defun imalison:add-to-org-agenda-files (incoming-files) (defun imalison:add-to-org-agenda-files (incoming-files)
(setq org-agenda-files (setq org-agenda-files