From b59dc3f61d850739dc4524fa610c524c3de2ecc5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 5 Sep 2019 07:41:25 -0400 Subject: [PATCH] Update doom conf, including +x on install-deps --- emacs/.config/doom/+org.el | 1 - emacs/.config/doom/init.el | 26 ++++++-------------------- emacs/.config/install-deps.sh | 0 3 files changed, 6 insertions(+), 21 deletions(-) mode change 100644 => 100755 emacs/.config/install-deps.sh diff --git a/emacs/.config/doom/+org.el b/emacs/.config/doom/+org.el index 09f2176..139ff2e 100644 --- a/emacs/.config/doom/+org.el +++ b/emacs/.config/doom/+org.el @@ -83,7 +83,6 @@ org-expiry org-habit org-id - org-info org-notify org-panel org-toc) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index 9e7735e..b30d57c 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -6,10 +6,10 @@ ;;japanese :completion - company ; the ultimate code completion backend + (company) ; the ultimate code completion backend + (ivy +prescient +fuzzy) ; a search engine for love and life ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - (ivy +fuzzy) ; a search engine for love and life :ui deft ; notational velocity for Emacs @@ -67,7 +67,7 @@ ;;editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs eval ; run code, run (also, repls) - (flycheck +childframe) ; tasing you for every semicolon you forget + flycheck ; tasing you for every semicolon you forget flyspell ; tasing you for misspelling mispelling gist ; interacting with github gists (lookup ; helps you navigate your code and documentation @@ -154,9 +154,9 @@ ;;irc ; how neckbeards socialize (rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought - ;;(write ; emacs for writers (fiction, notes, papers, etc.) - ;; +wordnut ; wordnet (wn) search - ;; +langtool) ; a proofreader (grammar/style check) for Emacs + (write ; emacs for writers (fiction, notes, papers, etc.) + +wordnut ; wordnet (wn) search + +langtool) ; a proofreader (grammar/style check) for Emacs :config ;; For literate config users. This will tangle+compile a config.org @@ -167,17 +167,3 @@ ;; provides a Spacemacs-inspired keybinding scheme and a smartparens ;; config. Use it as a reference for your own modules. (default +bindings +smartparens)) -(custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(custom-safe-themes - (quote - ("5d84ef8afded2cb54c77d21d6eb40a8a8356e4d490667ecc0de553e64e9f8292" "d0c943c37d6f5450c6823103544e06783204342430a36ac20f6beb5c2a48abe3" default)))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - ) diff --git a/emacs/.config/install-deps.sh b/emacs/.config/install-deps.sh old mode 100644 new mode 100755