Update doom
This commit is contained in:
parent
78f63a27a4
commit
458f43bb4b
2 changed files with 14 additions and 14 deletions
|
|
@ -48,15 +48,15 @@
|
|||
electric-indent ; smarter, keyword-based electric-indent
|
||||
eshell ; a consistent, cross-platform shell (WIP)
|
||||
imenu ; an imenu sidebar and searchable code index
|
||||
;term ; terminals in Emacs
|
||||
term ; terminals in Emacs
|
||||
|
||||
:tools
|
||||
editorconfig ; let someone else argue about tabs vs spaces
|
||||
;ein ; tame Jupyter notebooks with emacs
|
||||
;gist ; interacting with github gists
|
||||
macos ; MacOS-specific commands
|
||||
;make ; run make tasks from Emacs
|
||||
;magit ;
|
||||
make ; run make tasks from Emacs
|
||||
magit ;
|
||||
;password-store ; password manager for nerds
|
||||
pdf ; pdf enhancements
|
||||
;prodigy ; FIXME managing external services & code builders
|
||||
|
|
@ -80,12 +80,12 @@
|
|||
;go ; the hipster dialect
|
||||
;(haskell +intero) ; a language that's lazier than I am
|
||||
;hy ; readability of scheme w/ speed of python
|
||||
;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
||||
;javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||
(java +meghanada) ; the poster child for carpal tunnel syndrome
|
||||
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||
;julia ; a better, faster MATLAB
|
||||
;latex ; writing papers in Emacs has never been so fun
|
||||
;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
|
||||
;nim ; python + lisp at the speed of c
|
||||
;nix ; I hereby declare "nix geht mehr!"
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
;purescript ; javascript, but functional
|
||||
;python ; beautiful is better than ugly
|
||||
;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()
|
||||
;scala ; java, but good
|
||||
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
|
||||
;; should be loaded late.
|
||||
:app
|
||||
;(email +gmail) ; emacs as an email client
|
||||
;irc ; how neckbeards socialize
|
||||
(email +gmail) ; emacs as an email client
|
||||
irc ; how neckbeards socialize
|
||||
;(rss +org) ; emacs as an RSS reader
|
||||
;twitter ; twitter client https://twitter.com/vnought
|
||||
;(write ; emacs as a word processor (latex + org + markdown)
|
||||
; +wordnut ; wordnet (wn) search
|
||||
; +langtool) ; a proofreader (grammar/style check) for Emacs
|
||||
(write ; emacs as a word processor (latex + org + markdown)
|
||||
+wordnut ; wordnet (wn) search
|
||||
+langtool) ; a proofreader (grammar/style check) for Emacs
|
||||
|
||||
:collab
|
||||
floobits ; peer programming for a price
|
||||
;floobits ; peer programming for a price
|
||||
;impatient-mode ; show off code over HTTP
|
||||
|
||||
:config
|
||||
|
|
|
|||
2
.zshrc
2
.zshrc
|
|
@ -340,7 +340,7 @@ hl() { pbpaste | highlight --syntax=$1 -O rtf | pbcopy }
|
|||
# precmd() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [%~]\a" || : }
|
||||
# preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : }
|
||||
#fi
|
||||
if [ x$DISPLAY != x ] ; then
|
||||
if [ x$EMACS = x -a x$DISPLAY != x ] ; then
|
||||
precmd() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [%~]\a" || : }
|
||||
preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : }
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue