General cleanup

This commit is contained in:
Henrik Lissner 2016-09-19 17:48:12 +02:00
parent 83ea8abdbc
commit c36dad154c
3 changed files with 18 additions and 19 deletions

View File

@ -300,8 +300,7 @@ Examples:
(not inhibit-doom))
(doom-mode-init t))
(setq default-directory dir)
(setq mode-line-format (doom-mode-line 'scratch))
)))
(setq mode-line-format (doom-mode-line 'scratch)))))
;;

32
init.el
View File

@ -36,13 +36,12 @@
;;; The heart of DOOM
core-popup ; taming sudden and inevitable windows
core-os ; os-specific config
core-scratch ; a perdier scratch buffer
core-os ; os-specific configs
core-ui ; draw me like one of your French editors
core-modeline ; a self-contained mode-line config for masochists
core-evil ; come to the dark side, we have cookies
core-editor ; filling the editor-shaped hole in the emacs OS
core-docs ; getting to the documentation
core-evil ; vim in emacs; come to the dark side, we have cookies
core-editor ; fill the editor-shaped hole in the emacs OS
core-docs ; highway to code documentation
core-company ; auto-completion, for the lazy typist
core-yasnippet ; snippets, for the lazier typist
core-autoinsert ; file templates, for the laziest typist
@ -52,33 +51,34 @@
core-ivy ; a search engine for life and love
core-workgroups ; cure Emacs alzheimers + tab emulation
core-eval ; run code, run + REPL support
core-scratch ; a perdier scratch buffer
;;; Dev environments
module-asm ; Assembly
module-asm ; assembly for fun
module-cc ; C/C++/Obj-C madness
module-crystal ; ruby at the speed of c
module-csharp ; unity, .NET, and mono shenanigans
module-css ; #big-bang::before { content: ""; }
module-data ; config/data formats
module-elisp ; drowning in parentheses
module-elisp ; drown in parentheses
module-eshell ; so I can have a sane shell, even in Windows
module-go ; the hipster dialect
module-haskell ; a language that's lazier than I am
module-java ; the poster child for carpal tunnel syndrome
module-js ; all(hope(abandon(ye(who(enter(here))))))
module-julia ; A better, faster MATLAB
module-latex ; for writing papers in Emacs
module-julia ; a better, faster MATLAB
module-latex ; write papers in Emacs
module-lua ; one-based indices? one-based indices
module-octave ; math isn't a choice. It's a way of life
module-php ; making php less painful to work with
module-octave ; math isn't a choice, it's a way of life
module-php ; make php less awful to work with
module-processing ; for prototyping
module-python ; beautiful is better than ugly
module-rest ; Emacs as a service
module-rest ; emacs as a service
module-ruby ; 1.step do {|i| p "Ruby is #{i&1==0?'love':'life'}"}
module-rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
module-scala ; Java, but good
module-scala ; java, but good
module-sh ; she sells Z-shells by the C XOR
module-swift ; I wanted emoji variables. I got them
module-swift ; who asked for emoji variables?
module-text ; writing docs for people to ignore
module-web ; The end is always near </html>
@ -87,7 +87,7 @@
module-org-notes ; org-mode as a (modern?) note-taking platform
module-org-crm ; org-mode for business management
;;; Custom modules
;;; Custom/experimental modules
custom-db ; emacs as a db browser/client
custom-debug ; nigh-universal debugging
custom-demo ; allow me to demonstrate...
@ -96,7 +96,7 @@
custom-tmux ; close the rift between GUI & terminal
custom-write ; Emacs as a word processor
;;; Personal
;;; Personal settings
my-commands
my-bindings)

View File

@ -1,6 +1,6 @@
;;; custom-tags.el
;; WIP
;; TODO Finish me!
(defvar doom-ctags-alist
'((ruby-mode :exec "ripper-tags -R -f %t --emacs")