Update doom

This commit is contained in:
Hunter Haugen 2018-06-06 14:49:45 -07:00
parent 78f63a27a4
commit 458f43bb4b
Signed by: hunner
GPG key ID: EF99694AA599DDAD
2 changed files with 14 additions and 14 deletions

View file

@ -48,15 +48,15 @@
electric-indent ; smarter, keyword-based electric-indent electric-indent ; smarter, keyword-based electric-indent
eshell ; a consistent, cross-platform shell (WIP) eshell ; a consistent, cross-platform shell (WIP)
imenu ; an imenu sidebar and searchable code index imenu ; an imenu sidebar and searchable code index
;term ; terminals in Emacs term ; terminals in Emacs
:tools :tools
editorconfig ; let someone else argue about tabs vs spaces editorconfig ; let someone else argue about tabs vs spaces
;ein ; tame Jupyter notebooks with emacs ;ein ; tame Jupyter notebooks with emacs
;gist ; interacting with github gists ;gist ; interacting with github gists
macos ; MacOS-specific commands macos ; MacOS-specific commands
;make ; run make tasks from Emacs make ; run make tasks from Emacs
;magit ; magit ;
;password-store ; password manager for nerds ;password-store ; password manager for nerds
pdf ; pdf enhancements pdf ; pdf enhancements
;prodigy ; FIXME managing external services & code builders ;prodigy ; FIXME managing external services & code builders
@ -80,12 +80,12 @@
;go ; the hipster dialect ;go ; the hipster dialect
;(haskell +intero) ; a language that's lazier than I am ;(haskell +intero) ; a language that's lazier than I am
;hy ; readability of scheme w/ speed of python ;hy ; readability of scheme w/ speed of python
;(java +meghanada) ; the poster child for carpal tunnel syndrome (java +meghanada) ; the poster child for carpal tunnel syndrome
;javascript ; all(hope(abandon(ye(who(enter(here)))))) javascript ; all(hope(abandon(ye(who(enter(here))))))
;julia ; a better, faster MATLAB ;julia ; a better, faster MATLAB
;latex ; writing papers in Emacs has never been so fun ;latex ; writing papers in Emacs has never been so fun
;ledger ; an accounting system in Emacs ;ledger ; an accounting system in Emacs
;lua ; one-based indices? one-based indices lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore markdown ; writing docs for people to ignore
;nim ; python + lisp at the speed of c ;nim ; python + lisp at the speed of c
;nix ; I hereby declare "nix geht mehr!" ;nix ; I hereby declare "nix geht mehr!"
@ -102,7 +102,7 @@
;purescript ; javascript, but functional ;purescript ; javascript, but functional
;python ; beautiful is better than ugly ;python ; beautiful is better than ugly
;rest ; Emacs as a REST client ;rest ; Emacs as a REST client
;ruby ; 1.step do {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ruby ; 1.step do {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
;scala ; java, but good ;scala ; java, but good
sh ; she sells (ba|z)sh shells on the C xor sh ; she sells (ba|z)sh shells on the C xor
@ -114,16 +114,16 @@
;; toward a specific purpose. They may have additional dependencies and ;; toward a specific purpose. They may have additional dependencies and
;; should be loaded late. ;; should be loaded late.
:app :app
;(email +gmail) ; emacs as an email client (email +gmail) ; emacs as an email client
;irc ; how neckbeards socialize irc ; how neckbeards socialize
;(rss +org) ; emacs as an RSS reader ;(rss +org) ; emacs as an RSS reader
;twitter ; twitter client https://twitter.com/vnought ;twitter ; twitter client https://twitter.com/vnought
;(write ; emacs as a word processor (latex + org + markdown) (write ; emacs as a word processor (latex + org + markdown)
; +wordnut ; wordnet (wn) search +wordnut ; wordnet (wn) search
; +langtool) ; a proofreader (grammar/style check) for Emacs +langtool) ; a proofreader (grammar/style check) for Emacs
:collab :collab
floobits ; peer programming for a price ;floobits ; peer programming for a price
;impatient-mode ; show off code over HTTP ;impatient-mode ; show off code over HTTP
:config :config

2
.zshrc
View file

@ -340,7 +340,7 @@ hl() { pbpaste | highlight --syntax=$1 -O rtf | pbcopy }
# precmd() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [%~]\a" || : } # precmd() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [%~]\a" || : }
# preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : } # preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : }
#fi #fi
if [ x$DISPLAY != x ] ; then if [ x$EMACS = x -a x$DISPLAY != x ] ; then
precmd() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [%~]\a" || : } precmd() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [%~]\a" || : }
preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : } preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : }
fi fi