Update doom conf, including +x on install-deps
This commit is contained in:
@ -83,7 +83,6 @@
|
|||||||
org-expiry
|
org-expiry
|
||||||
org-habit
|
org-habit
|
||||||
org-id
|
org-id
|
||||||
org-info
|
|
||||||
org-notify
|
org-notify
|
||||||
org-panel
|
org-panel
|
||||||
org-toc)
|
org-toc)
|
||||||
|
|||||||
@ -6,10 +6,10 @@
|
|||||||
;;japanese
|
;;japanese
|
||||||
|
|
||||||
:completion
|
: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
|
;;helm ; the *other* search engine for love and life
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
(ivy +fuzzy) ; a search engine for love and life
|
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
deft ; notational velocity for Emacs
|
deft ; notational velocity for Emacs
|
||||||
@ -67,7 +67,7 @@
|
|||||||
;;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
|
||||||
eval ; run code, run (also, repls)
|
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
|
flyspell ; tasing you for misspelling mispelling
|
||||||
gist ; interacting with github gists
|
gist ; interacting with github gists
|
||||||
(lookup ; helps you navigate your code and documentation
|
(lookup ; helps you navigate your code and documentation
|
||||||
@ -154,9 +154,9 @@
|
|||||||
;;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 for writers (fiction, notes, papers, etc.)
|
(write ; emacs for writers (fiction, notes, papers, etc.)
|
||||||
;; +wordnut ; wordnet (wn) search
|
+wordnut ; wordnet (wn) search
|
||||||
;; +langtool) ; a proofreader (grammar/style check) for Emacs
|
+langtool) ; a proofreader (grammar/style check) for Emacs
|
||||||
|
|
||||||
:config
|
:config
|
||||||
;; For literate config users. This will tangle+compile a config.org
|
;; For literate config users. This will tangle+compile a config.org
|
||||||
@ -167,17 +167,3 @@
|
|||||||
;; provides a Spacemacs-inspired keybinding scheme and a smartparens
|
;; provides a Spacemacs-inspired keybinding scheme and a smartparens
|
||||||
;; config. Use it as a reference for your own modules.
|
;; config. Use it as a reference for your own modules.
|
||||||
(default +bindings +smartparens))
|
(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.
|
|
||||||
)
|
|
||||||
|
|||||||
0
emacs/.config/install-deps.sh
Normal file → Executable file
0
emacs/.config/install-deps.sh
Normal file → Executable file
Reference in New Issue
Block a user