From 458f43bb4bc79aa34da0f4454a0c255b86a83923 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 6 Jun 2018 14:49:45 -0700 Subject: [PATCH] Update doom --- .doom.d/init.el | 26 +++++++++++++------------- .zshrc | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.doom.d/init.el b/.doom.d/init.el index 389dbed..e0506d2 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -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 diff --git a/.zshrc b/.zshrc index 0afa6d3..c85feea 100644 --- a/.zshrc +++ b/.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