fix(gs/emacs): Shift around loading of org config
I don't know why this is causing issues, I really don't. But I get agenda items without having to reload this file now. Change-Id: I38fd4f7942430a07231cadbc0320e1ba786616e6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3249 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									b5339a7e51
								
							
						
					
					
						commit
						af7d26f08d
					
				
					 1 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
					@ -22,7 +22,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(load! "utils")
 | 
					(load! "utils")
 | 
				
			||||||
(load! "company-sql")
 | 
					(load! "company-sql")
 | 
				
			||||||
(load! "org-query")
 | 
					 | 
				
			||||||
(load! "show-matching-paren")
 | 
					(load! "show-matching-paren")
 | 
				
			||||||
(load! "irc")
 | 
					(load! "irc")
 | 
				
			||||||
(load! "github-org")
 | 
					(load! "github-org")
 | 
				
			||||||
| 
						 | 
					@ -362,6 +361,7 @@
 | 
				
			||||||
  (setq evil-shift-width 2))
 | 
					  (setq evil-shift-width 2))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(after! org
 | 
					(after! org
 | 
				
			||||||
 | 
					  (load! "org-query")
 | 
				
			||||||
  (load! "org-config"))
 | 
					  (load! "org-config"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(after! magit
 | 
					(after! magit
 | 
				
			||||||
| 
						 | 
					@ -707,6 +707,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(use-package! graphql-mode)
 | 
					(use-package! graphql-mode)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(require 'whitespace)
 | 
					(require 'whitespace)
 | 
				
			||||||
(setq whitespace-style '(face lines-tail))
 | 
					(setq whitespace-style '(face lines-tail))
 | 
				
			||||||
(global-whitespace-mode t)
 | 
					(global-whitespace-mode t)
 | 
				
			||||||
| 
						 | 
					@ -895,7 +896,6 @@
 | 
				
			||||||
(use-package! ob-async)
 | 
					(use-package! ob-async)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(use-package! org-recent-headings
 | 
					(use-package! org-recent-headings
 | 
				
			||||||
  :after (org)
 | 
					 | 
				
			||||||
  :config
 | 
					  :config
 | 
				
			||||||
  (map! :n "SPC n r" #'org-recent-headings-ivy))
 | 
					  (map! :n "SPC n r" #'org-recent-headings-ivy))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -907,6 +907,11 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(enable-theme 'grfn-solarized-light)
 | 
					(enable-theme 'grfn-solarized-light)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					;;; this needs to be *after the theme*, or else I get no agenda items.
 | 
				
			||||||
 | 
					;;; whuuu??
 | 
				
			||||||
 | 
					(load! "org-config")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;;; word-char
 | 
					;;; word-char
 | 
				
			||||||
(add-hook! prog-mode
 | 
					(add-hook! prog-mode
 | 
				
			||||||
  (modify-syntax-entry ?_ "w"))
 | 
					  (modify-syntax-entry ?_ "w"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue