Update init-org
This commit is contained in:
parent
2988fdcc2b
commit
f6bbaab236
1 changed files with 7 additions and 6 deletions
13
init-org.el
13
init-org.el
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue