From bef39438dbf9d97c3bb398ae7a7913da0f937ca8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 2 Dec 2013 14:28:21 +0100 Subject: Start using outline --- .emacs.d/init.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 338e417..80ebcac 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2,6 +2,7 @@ ;;; Commentary: ;;; Code: +;;;; defmacro (defmacro stante-after (feature &rest forms) "After FEATURE is loaded, evaluate FORMS. @@ -26,6 +27,7 @@ FEATURE may be an unquoted feature symbol or a file name, see (declare (indent 0)) `(add-hook 'emacs-startup-hook #'(lambda () ,@body))) +;;;; defun (eval-and-compile (defun loadpath-add-and-autoload (path) "Add PATH to `load-path' and load a `loaddefs.el' if it exists." @@ -71,7 +73,7 @@ FEATURE may be an unquoted feature symbol or a file name, see (ignore frame) (unless setp (run-at-time .1 nil (lambda () (setq setp (load-theme theme t))))))) - + (if (daemonp) (add-hook 'after-make-frame-functions #'init-set-theme) (eval-after-init (load-theme theme t)))) @@ -1314,3 +1316,7 @@ Toggle mode `persistent-outline-mode' according to the variable (provide 'init) ;;; init.el ends here + +;; Local Variables: +;; outline-regexp: ";;;;*" +;; End: -- cgit v1.2.3-54-g00ecf