Skip to content

Commit

Permalink
Update init.el
Browse files Browse the repository at this point in the history
  • Loading branch information
lampze committed May 15, 2018
1 parent e542c09 commit 76263c7
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions init.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
;;; private/shirui/init.el -*- lexical-binding: t; -*-

(doom! :feature
(popup ; tame sudden yet inevitable temporary windows
+all ; catch all popups that start with an asterix
+defaults) ; default popup rules
;debugger ; FIXME stepping through code, to help you add bugs
eval ; run code, run (also, repls)
;evil ; come to the dark side, we have cookies
Expand All @@ -15,7 +12,7 @@
snippets ; my elves. They type so I don't have to
spellcheck ; tasing you for misspelling mispelling
(syntax-checker ; tasing you for every semicolon you forget
+childframe)
+childframe) ; use childframes for error popups (Emacs 26+ only)
version-control ; remember, remember that commit in November
workspaces ; tab emulation, persistence & separate workspaces

Expand All @@ -30,15 +27,20 @@
)

:ui
(popup ; tame sudden yet inevitable temporary windows
+all ; catch all popups that start with an asterix
+defaults) ; default popup rules
doom ; what makes DOOM look the way it does
;doom-dashboard ; a nifty splash screen for Emacs
doom-modeline ; a snazzy Atom-inspired mode-line
;doom-quit ; DOOM quit-message prompts when you quit Emacs
;evil-goggles ; display visual hints when editing in evil
hl-todo ; highlight TODO/FIXME/NOTE tags
nav-flash ; blink the current line after jumping
neotree ; a project drawer, like NERDTree for vim
;tabbar ; FIXME an (incomplete) tab bar for Emacs
;vi-tilde-fringe ; fringe tildes to mark beyond EOB
;unicode ; extended unicode support for various languages
vi-tilde-fringe ; fringe tildes to mark beyond EOB
window-select ; visually switch windows

:tools
Expand All @@ -49,11 +51,9 @@
eshell ; a consistent, cross-platform shell (WIP)
;gist ; interacting with github gists
imenu ; an imenu sidebar and searchable code index
;impatient-mode ; show off code over HTTP
;macos ; MacOS-specific commands
make ; run make tasks from Emacs
magit ;
neotree ; a project drawer, like NERDTree for vim
;password-store ; password manager for nerds
pdf ; pdf enhancements
rgb ; creating color strings
Expand Down Expand Up @@ -120,6 +120,9 @@
; +wordnut ; wordnet (wn) search
; +langtool) ; a proofreader (grammar/style check) for Emacs

:collab
;impatient-mode ; show off code over HTTP

:config
;; The default module set reasonable defaults for Emacs. It also provides
;; a Spacemacs-inspired keybinding scheme, a custom yasnippet library,
Expand Down

0 comments on commit 76263c7

Please sign in to comment.