Clean up init.el
This commit is contained in:
parent
929a34944a
commit
18ac014f44
1 changed files with 11 additions and 10 deletions
21
init.el
21
init.el
|
@ -40,15 +40,17 @@
|
||||||
;;
|
;;
|
||||||
;;; License: GPLv3
|
;;; License: GPLv3
|
||||||
|
|
||||||
(defconst narf-theme 'narf-dark)
|
(defconst narf-theme 'narf-dark)
|
||||||
(defconst narf-default-font (font-spec :family "Terminus (TTF)" :size 12 :antialias nil))
|
(defconst narf-default-font (font-spec :family "Terminus (TTF)" :size 12 :antialias nil))
|
||||||
(defconst narf-big-font (font-spec :family "Inconsolata" :size 20))
|
|
||||||
|
;; Big-mode settings
|
||||||
|
(defconst big-mode-font (font-spec :family "Inconsolata" :size 16))
|
||||||
|
|
||||||
;; Write-mode settings
|
;; Write-mode settings
|
||||||
(defvar write-mode-theme 'narf-write)
|
(defconst write-mode-theme 'narf-write)
|
||||||
(defvar write-mode-font (font-spec :family "Hack" :size 12))
|
(defconst write-mode-font (font-spec :family "Hack" :size 12))
|
||||||
(defvar write-mode-dir "~/Dropbox/notes")
|
(defconst write-mode-dir "~/Dropbox/notes")
|
||||||
(defvar write-mode-biblio-dir "~/Dropbox/docs/biblio")
|
(defconst write-mode-biblio-dir "~/Dropbox/docs/biblio")
|
||||||
|
|
||||||
;;
|
;;
|
||||||
(load (concat user-emacs-directory "bootstrap.el"))
|
(load (concat user-emacs-directory "bootstrap.el"))
|
||||||
|
@ -72,7 +74,7 @@
|
||||||
core-sessions ; cure Emacs alzheimers + tab emulation
|
core-sessions ; cure Emacs alzheimers + tab emulation
|
||||||
|
|
||||||
;; Environments
|
;; Environments
|
||||||
module-apple ; Applescript, Swift, Launchbar, iOS
|
module-apple ; Applescript, Swift, Launchbar, iOS, wallet syphons, etc.
|
||||||
module-cc ; c/c++/obj-c madness
|
module-cc ; c/c++/obj-c madness
|
||||||
module-csharp ; unity, .NET, and mono shenanigans
|
module-csharp ; unity, .NET, and mono shenanigans
|
||||||
module-go ; the hipster dialect
|
module-go ; the hipster dialect
|
||||||
|
@ -82,11 +84,10 @@
|
||||||
module-lua ; one-based indices? one-based indices.
|
module-lua ; one-based indices? one-based indices.
|
||||||
module-markdown ; markdown
|
module-markdown ; markdown
|
||||||
module-php ; making php less painful to work with
|
module-php ; making php less painful to work with
|
||||||
module-plantuml ; to help show others how right I am
|
|
||||||
module-python ; beautiful is better than ugly
|
module-python ; beautiful is better than ugly
|
||||||
module-regex ; /^[^\s](meaning)[^\n]*/
|
module-regex ; /^[^\s](meaning)[^\n]*/
|
||||||
module-ruby ; <3
|
module-ruby ; <3
|
||||||
module-rust ; Fe2O3; for gamedev and great good
|
module-rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||||
module-sh ; she sells Z-shells by the C XOR
|
module-sh ; she sells Z-shells by the C XOR
|
||||||
module-tmux ; closing the rift between GUI & terminal
|
module-tmux ; closing the rift between GUI & terminal
|
||||||
module-web ; for the 2.0'er
|
module-web ; for the 2.0'er
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue