From f6bbaab236da2a759c254a96ac266fbbf3c93e75 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 22 Jan 2016 19:34:04 -0500 Subject: [PATCH] Update init-org --- init-org.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/init-org.el b/init-org.el index a3371227a..49009c716 100644 --- a/init-org.el +++ b/init-org.el @@ -8,7 +8,7 @@ (defconst EMACS-WRITE t) -(defconst narf-theme 'narf-light-theme) +(defconst narf-theme 'narf-light) (defconst narf-default-font (font-spec :family "Hack" :size 14)) (defconst narf-writing-font (font-spec :family "Deja Sans" :size 14)) (set-frame-font narf-default-font) @@ -43,11 +43,11 @@ module-plantuml ;;; Specific custom functionality - ;; lib-demo - ;; lib-writing - ;; lib-tmux - ;; lib-crm - ;; lib-sonicpi + ;; lib-plugin ; plugin dev for various programs + lib-tmux ; closing the rift between GUI & terminal + lib-demo ; let me demonstrate... + lib-writing ; yes, I write papers and fiction in emacs + ;; lib-crm ; emacs and org-mode based CRM ;;; Key bindings & ex commands my-bindings @@ -56,4 +56,5 @@ (narf-init)) (setq wg-session-file (expand-file-name "wg-org-default" narf-temp-dir)) +(cd org-directory)