mirror of
				https://github.com/larstvei/dot-emacs.git
				synced 2025-11-03 17:10:12 +00:00 
			
		
		
		
	use-package maude-mode
This commit is contained in:
		
							parent
							
								
									589f575927
								
							
						
					
					
						commit
						bf1adf019a
					
				
							
								
								
									
										15
									
								
								init.org
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								init.org
									
									
									
									
									
								
							@ -207,8 +207,7 @@
 | 
			
		||||
 | 
			
		||||
  (let* ((package--builtins nil)
 | 
			
		||||
         (packages
 | 
			
		||||
          '(maude-mode           ; Emacs mode for the programming language Maude
 | 
			
		||||
            minizinc-mode        ; Major mode for MiniZinc code
 | 
			
		||||
          '(minizinc-mode        ; Major mode for MiniZinc code
 | 
			
		||||
            multiple-cursors     ; Multiple cursors for Emacs
 | 
			
		||||
            nano-modeline        ; N Λ N O modeline
 | 
			
		||||
            nano-theme           ; N Λ N O theme
 | 
			
		||||
@ -1577,12 +1576,12 @@
 | 
			
		||||
 | 
			
		||||
   #+begin_src emacs-lisp
 | 
			
		||||
 | 
			
		||||
   (add-hook 'maude-mode-hook
 | 
			
		||||
             (lambda ()
 | 
			
		||||
               (setq-local comment-start "---")))
 | 
			
		||||
 | 
			
		||||
   (with-eval-after-load 'maude-mode
 | 
			
		||||
    (add-to-list 'maude-command-options "-no-wrap"))
 | 
			
		||||
   ;; Emacs mode for the programming language Maude
 | 
			
		||||
   (use-package maude-mode
 | 
			
		||||
     :defer t
 | 
			
		||||
     :hook (maude-mode . (lambda () (setq-local comment-start "---")))
 | 
			
		||||
     :config
 | 
			
		||||
     (add-to-list 'maude-command-options "-no-wrap"))
 | 
			
		||||
 | 
			
		||||
   #+end_src
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user