Update init.el: disable org + add module-crystal
This commit is contained in:
parent
f4c00bf4aa
commit
96640038a6
1 changed files with 6 additions and 5 deletions
11
init.el
11
init.el
|
@ -66,6 +66,7 @@
|
||||||
;; Environments
|
;; Environments
|
||||||
module-apple ; Applescript, Swift, Launchbar, iOS, wallet syphons, etc.
|
module-apple ; Applescript, Swift, Launchbar, iOS, wallet syphons, etc.
|
||||||
module-cc ; c/c++/obj-c madness
|
module-cc ; c/c++/obj-c madness
|
||||||
|
module-crystal ; ruby at the speed of c
|
||||||
module-csharp ; unity, .NET, and mono shenanigans
|
module-csharp ; unity, .NET, and mono shenanigans
|
||||||
module-go ; the hipster dialect
|
module-go ; the hipster dialect
|
||||||
module-java ; the poster child for carpal tunnel syndome
|
module-java ; the poster child for carpal tunnel syndome
|
||||||
|
@ -74,7 +75,7 @@
|
||||||
module-lua ; one-based indices? one-based indices.
|
module-lua ; one-based indices? one-based indices.
|
||||||
module-php ; making php less painful to work with
|
module-php ; making php less painful to work with
|
||||||
module-python ; beautiful is better than ugly
|
module-python ; beautiful is better than ugly
|
||||||
module-ruby ; <3
|
module-ruby ; 1.step do {|i| p "Ruby is #{i&1==0?'love':'life'}"}
|
||||||
module-rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
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-text ; writing docs for people to ignore
|
module-text ; writing docs for people to ignore
|
||||||
|
@ -85,15 +86,15 @@
|
||||||
;;module-pony ; Dear Princess Compiler
|
;;module-pony ; Dear Princess Compiler
|
||||||
|
|
||||||
;; Organizational/Notes
|
;; Organizational/Notes
|
||||||
module-org ; for organized fearless leader
|
;;module-org ; for organized fearless leader
|
||||||
module-org-crm ; org-mode, for keeping tabs on my victims
|
;;module-org-crm ; to keep tabs on my victims
|
||||||
module-org-notebook ; making org-mode into a modern note-taking solution
|
;;module-org-notebook ; #modernizeOrgMode2016
|
||||||
|
|
||||||
;; Extra Tools
|
;; Extra Tools
|
||||||
module-tmux ; closing the rift between GUI & terminal
|
module-tmux ; closing the rift between GUI & terminal
|
||||||
module-demo ; allow me to demonstrate...
|
module-demo ; allow me to demonstrate...
|
||||||
module-ansible ;
|
module-ansible ;
|
||||||
module-write ; for write papers and fiction in Emacs
|
;;module-write ; for write papers and fiction in Emacs
|
||||||
|
|
||||||
;; Key bindings & ex commands
|
;; Key bindings & ex commands
|
||||||
my-bindings
|
my-bindings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue