mirror of
				https://github.com/larstvei/dot-emacs.git
				synced 2025-11-04 01:20:11 +00:00 
			
		
		
		
	Remove geiser mode
This commit is contained in:
		
							parent
							
								
									362de84117
								
							
						
					
					
						commit
						c2b27d2599
					
				
							
								
								
									
										14
									
								
								init.org
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								init.org
									
									
									
									
									
								
							@ -948,7 +948,6 @@
 | 
				
			|||||||
   (dolist (mode '(cider-repl-mode
 | 
					   (dolist (mode '(cider-repl-mode
 | 
				
			||||||
                   clojure-mode
 | 
					                   clojure-mode
 | 
				
			||||||
                   ielm-mode
 | 
					                   ielm-mode
 | 
				
			||||||
                   geiser-repl-mode
 | 
					 | 
				
			||||||
                   slime-repl-mode
 | 
					                   slime-repl-mode
 | 
				
			||||||
                   lisp-mode
 | 
					                   lisp-mode
 | 
				
			||||||
                   emacs-lisp-mode
 | 
					                   emacs-lisp-mode
 | 
				
			||||||
@ -1014,20 +1013,7 @@
 | 
				
			|||||||
          lisp-loop-keyword-indentation 6)
 | 
					          lisp-loop-keyword-indentation 6)
 | 
				
			||||||
    #+END_SRC
 | 
					    #+END_SRC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #+BEGIN_SRC emacs-lisp
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #+END_SRC
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
*** Scheme
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    [[http://www.nongnu.org/geiser/][Geiser]] provides features similar to Slime for Scheme editing. Everything
 | 
					 | 
				
			||||||
    works pretty much out of the box, we only need to add auto completion,
 | 
					 | 
				
			||||||
    and specify which scheme-interpreter we prefer.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #+BEGIN_SRC emacs-lisp
 | 
					 | 
				
			||||||
    (eval-after-load "geiser"
 | 
					 | 
				
			||||||
      '(setq geiser-active-implementations '(guile)))
 | 
					 | 
				
			||||||
    #+END_SRC
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
** Java and C
 | 
					** Java and C
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user