]> git.donarmstrong.com Git - lib.git/commitdiff
move helm configuration to don-configuration
authorDon Armstrong <don@donarmstrong.com>
Sun, 11 Dec 2016 21:35:29 +0000 (13:35 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 11 Dec 2016 21:35:39 +0000 (13:35 -0800)
emacs_el/configuration/don-helm.org

index b5df56b4a71afd7b0cb91fa92089a10f84333ee6..6e3a28dde71b61ec00d9ef6d49cc16074003b7f6 100644 (file)
@@ -14,16 +14,6 @@ Require helm-config
 * Configuration
 
 #+BEGIN_SRC emacs-lisp  :tangle don-helm.el
 * Configuration
 
 #+BEGIN_SRC emacs-lisp  :tangle don-helm.el
-  (helm-mode 1)
-  (define-key global-map [remap find-file] 'helm-find-files)
-  (define-key global-map [remap occur] 'helm-occur)
-  (define-key global-map [remap list-buffers] 'helm-buffers-list)
-  (define-key global-map [remap dabbrev-expand] 'helm-dabbrev)
-  (global-set-key (kbd "M-x") 'helm-M-x)
-  (unless (boundp 'completion-in-region-function)
-    (define-key lisp-interaction-mode-map [remap completion-at-point] 'helm-lisp-completion-at-point)
-    (define-key emacs-lisp-mode-map       [remap completion-at-point] 'helm-lisp-completion-at-point))
-  (add-hook 'kill-emacs-hook #'(lambda () (and (file-exists-p "$TMP") (delete-file "$TMP"))))
 #+END_SRC
 
 
 #+END_SRC