Typo in modes file, Postgres.app PATH changes
This commit is contained in:
		
							parent
							
								
									b007f3d0ff
								
							
						
					
					
						commit
						867a87387c
					
				
					 2 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -13,6 +13,7 @@
 | 
				
			||||||
  "Sets up EShell when it is loaded"
 | 
					  "Sets up EShell when it is loaded"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  (setq eshell-path-env (concat
 | 
					  (setq eshell-path-env (concat
 | 
				
			||||||
 | 
					                         "/Applications/Postgres.app/Contents/MacOS/bin:"
 | 
				
			||||||
			 "/usr/local/bin:"
 | 
								 "/usr/local/bin:"
 | 
				
			||||||
			 (concat home-dir "/bin:")
 | 
								 (concat home-dir "/bin:")
 | 
				
			||||||
			 "/usr/local/share/python:"
 | 
								 "/usr/local/share/python:"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,13 +25,11 @@
 | 
				
			||||||
;; Configure nrepl (Clojure REPL) and clojure-mode
 | 
					;; Configure nrepl (Clojure REPL) and clojure-mode
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Use ac-nrepl for completion
 | 
					;; Use ac-nrepl for completion
 | 
				
			||||||
(add-hook 'nrepl-mode-hook 'ac-nrep-setup)
 | 
					(add-hook 'nrepl-mode-hook 'ac-nrepl-setup)
 | 
				
			||||||
(add-hook 'nrepl-interaction-mode-hook 'ac-nrepl-setup)
 | 
					(add-hook 'nrepl-interaction-mode-hook 'ac-nrepl-setup)
 | 
				
			||||||
(eval-after-load "auto-complete"
 | 
					(eval-after-load "auto-complete"
 | 
				
			||||||
   '(add-to-list 'ac-modes 'nrepl-mode))
 | 
					   '(add-to-list 'ac-modes 'nrepl-mode))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(add-hook 'nrepl-mode-hook 'set-auto-complete-as-completion-at-point-function)
 | 
					 | 
				
			||||||
(add-hook 'nrepl-interaction-mode-hook 'set-auto-complete-as-completion-at-point-function)
 | 
					 | 
				
			||||||
(define-key nrepl-interaction-mode-map (kbd "C-c C-d") 'ac-nrepl-popup-doc)
 | 
					(define-key nrepl-interaction-mode-map (kbd "C-c C-d") 'ac-nrepl-popup-doc)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Paredit in clojure
 | 
					;; Paredit in clojure
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue