Update init-org

This commit is contained in:
Henrik Lissner 2016-01-22 19:34:04 -05:00
parent 2988fdcc2b
commit f6bbaab236

View file

@ -8,7 +8,7 @@
(defconst EMACS-WRITE t) (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-default-font (font-spec :family "Hack" :size 14))
(defconst narf-writing-font (font-spec :family "Deja Sans" :size 14)) (defconst narf-writing-font (font-spec :family "Deja Sans" :size 14))
(set-frame-font narf-default-font) (set-frame-font narf-default-font)
@ -43,11 +43,11 @@
module-plantuml module-plantuml
;;; Specific custom functionality ;;; Specific custom functionality
;; lib-demo ;; lib-plugin ; plugin dev for various programs
;; lib-writing lib-tmux ; closing the rift between GUI & terminal
;; lib-tmux lib-demo ; let me demonstrate...
;; lib-crm lib-writing ; yes, I write papers and fiction in emacs
;; lib-sonicpi ;; lib-crm ; emacs and org-mode based CRM
;;; Key bindings & ex commands ;;; Key bindings & ex commands
my-bindings my-bindings
@ -56,4 +56,5 @@
(narf-init)) (narf-init))
(setq wg-session-file (expand-file-name "wg-org-default" narf-temp-dir)) (setq wg-session-file (expand-file-name "wg-org-default" narf-temp-dir))
(cd org-directory)