mirror of
				https://github.com/larstvei/dot-emacs.git
				synced 2025-11-04 01:20:11 +00:00 
			
		
		
		
	Use regular eval-expression in favor of helm
This commit is contained in:
		
							parent
							
								
									9e14f23e26
								
							
						
					
					
						commit
						c573f247f1
					
				
							
								
								
									
										1
									
								
								init.org
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								init.org
									
									
									
									
									
								
							@ -1204,7 +1204,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
   #+BEGIN_SRC emacs-lisp
 | 
					   #+BEGIN_SRC emacs-lisp
 | 
				
			||||||
     (define-key custom-bindings-map (kbd "C-c h")   'helm-command-prefix)
 | 
					     (define-key custom-bindings-map (kbd "C-c h")   'helm-command-prefix)
 | 
				
			||||||
     (define-key custom-bindings-map (kbd "M-:")     'helm-eval-expression-with-eldoc)
 | 
					 | 
				
			||||||
     (define-key custom-bindings-map (kbd "M-x")     'helm-M-x)
 | 
					     (define-key custom-bindings-map (kbd "M-x")     'helm-M-x)
 | 
				
			||||||
     (define-key custom-bindings-map (kbd "M-y")     'helm-show-kill-ring)
 | 
					     (define-key custom-bindings-map (kbd "M-y")     'helm-show-kill-ring)
 | 
				
			||||||
     (define-key custom-bindings-map (kbd "C-x b")   'helm-mini)
 | 
					     (define-key custom-bindings-map (kbd "C-x b")   'helm-mini)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user