From c36dad154cfaa38bab980ceb496b01e83cc7f964 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 19 Sep 2016 17:48:12 +0200 Subject: [PATCH] General cleanup --- core/core-defuns.el | 3 +-- init.el | 32 ++++++++++++++++---------------- modules/custom-tags.el | 2 +- 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/core/core-defuns.el b/core/core-defuns.el index cd210ba23..503a3d6d2 100644 --- a/core/core-defuns.el +++ b/core/core-defuns.el @@ -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))))) ;; diff --git a/init.el b/init.el index 873f56b7b..0ba29975a 100644 --- a/init.el +++ b/init.el @@ -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 @@ -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) diff --git a/modules/custom-tags.el b/modules/custom-tags.el index 3eb20cd01..5dacb2e2b 100644 --- a/modules/custom-tags.el +++ b/modules/custom-tags.el @@ -1,6 +1,6 @@ ;;; custom-tags.el -;; WIP +;; TODO Finish me! (defvar doom-ctags-alist '((ruby-mode :exec "ripper-tags -R -f %t --emacs")