feat(gs/emacs): Update for latest doom changes
Change-Id: I771ada41a64961da9969d0ce805943698d2c9a31 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2253 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
		
							parent
							
								
									4e263520d6
								
							
						
					
					
						commit
						d6f11af7eb
					
				
					 3 changed files with 7 additions and 10 deletions
				
			
		|  | @ -392,11 +392,6 @@ | ||||||
|   (set-fill-column 80) |   (set-fill-column 80) | ||||||
|   (setq evil-shift-width 2)) |   (setq evil-shift-width 2)) | ||||||
| 
 | 
 | ||||||
| ;; (load! org-clubhouse) |  | ||||||
| (add-hook! org-mode #'org-clubhouse-mode) |  | ||||||
| 
 |  | ||||||
| (load! "slack-snippets") |  | ||||||
| 
 |  | ||||||
| (auth-source-pass-enable) | (auth-source-pass-enable) | ||||||
| 
 | 
 | ||||||
| (require 'fill-column-indicator) | (require 'fill-column-indicator) | ||||||
|  | @ -698,8 +693,8 @@ | ||||||
| ;;   ;; (push "build" counsel-etags-ignore-directories) | ;;   ;; (push "build" counsel-etags-ignore-directories) | ||||||
| ;;   ) | ;;   ) | ||||||
| 
 | 
 | ||||||
| (use-package! evil-magit | ;; (use-package! evil-magit | ||||||
|   :after (magit)) | ;;   :after (magit)) | ||||||
| 
 | 
 | ||||||
| (use-package! writeroom-mode) | (use-package! writeroom-mode) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -40,6 +40,7 @@ | ||||||
|        ;;parinfer          ; turn lisp into python, sort of |        ;;parinfer          ; turn lisp into python, sort of | ||||||
|        rotate-text       ; cycle region at point between text candidates |        rotate-text       ; cycle region at point between text candidates | ||||||
|        snippets          ; my elves. They type so I don't have to |        snippets          ; my elves. They type so I don't have to | ||||||
|  |        word-wrap | ||||||
| 
 | 
 | ||||||
|        :emacs |        :emacs | ||||||
|        (dired            ; making dired pretty [functional] |        (dired            ; making dired pretty [functional] | ||||||
|  | @ -50,6 +51,7 @@ | ||||||
|        ;;eshell            ; a consistent, cross-platform shell (WIP) |        ;;eshell            ; a consistent, cross-platform shell (WIP) | ||||||
|        ;;term              ; terminals in Emacs |        ;;term              ; terminals in Emacs | ||||||
|        vc                ; version-control and Emacs, sitting in a tree |        vc                ; version-control and Emacs, sitting in a tree | ||||||
|  |        (undo +tree) | ||||||
| 
 | 
 | ||||||
|        :tools |        :tools | ||||||
|        ;;ansible |        ;;ansible | ||||||
|  | @ -58,7 +60,7 @@ | ||||||
|        docker |        docker | ||||||
|        ;;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 +overlay)              ; run code, run (also, repls) | ||||||
|        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 | ||||||
|         +docsets)        ; ...or in Dash docsets locally |         +docsets)        ; ...or in Dash docsets locally | ||||||
|  | @ -153,7 +155,7 @@ | ||||||
|        ;; +langtool)       ; a proofreader (grammar/style check) for Emacs |        ;; +langtool)       ; a proofreader (grammar/style check) for Emacs | ||||||
| 
 | 
 | ||||||
|        :email |        :email | ||||||
|        (mu4e +gmail) |        ;; (mu4e +gmail) | ||||||
|        notmuch |        notmuch | ||||||
| 
 | 
 | ||||||
|        :collab |        :collab | ||||||
|  |  | ||||||
|  | @ -71,7 +71,7 @@ | ||||||
| 
 | 
 | ||||||
| ;; Rust | ;; Rust | ||||||
| (package! rustic :disable t) | (package! rustic :disable t) | ||||||
| (package! racer :disable t) | ;; (package! racer :disable t) | ||||||
| (package! cargo) | (package! cargo) | ||||||
| 
 | 
 | ||||||
| ;; Lisp | ;; Lisp | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue