Whitespace fixes in init.el.
This commit is contained in:
parent
82eaad169d
commit
e039f780dd
@ -997,7 +997,6 @@ marking if it still had that."
|
|||||||
(cl-defun helm-org-headings-in-buffer ()
|
(cl-defun helm-org-headings-in-buffer ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(helm :sources (helm-source-org-headings-for-files
|
(helm :sources (helm-source-org-headings-for-files
|
||||||
|
|
||||||
(list (projectile-completing-read
|
(list (projectile-completing-read
|
||||||
"File to look at headings from: "
|
"File to look at headings from: "
|
||||||
(projectile-all-project-files))))
|
(projectile-all-project-files))))
|
||||||
@ -1182,7 +1181,9 @@ marking if it still had that."
|
|||||||
(put 'use-package 'lisp-indent-function 1) ;; reduce indentation for use-package
|
(put 'use-package 'lisp-indent-function 1) ;; reduce indentation for use-package
|
||||||
(add-hook 'emacs-lisp-mode-hook 'imenu-elisp-sections)
|
(add-hook 'emacs-lisp-mode-hook 'imenu-elisp-sections)
|
||||||
(add-hook 'emacs-lisp-mode-hook 'flatten-current-imenu-index-function)
|
(add-hook 'emacs-lisp-mode-hook 'flatten-current-imenu-index-function)
|
||||||
(add-hook 'emacs-lisp-mode-hook (lambda () (setq indent-tabs-mode nil)))
|
(add-hook 'emacs-lisp-mode-hook (lambda ()
|
||||||
|
(setq indent-tabs-mode nil)
|
||||||
|
(setq show-trailing-whitespace t)))
|
||||||
(bind-key "C-c C-f" 'find-function)
|
(bind-key "C-c C-f" 'find-function)
|
||||||
(bind-key "C-c C-v" 'find-variable)
|
(bind-key "C-c C-v" 'find-variable)
|
||||||
(define-key lisp-mode-shared-map (kbd "C-c C-c") 'eval-defun)
|
(define-key lisp-mode-shared-map (kbd "C-c C-c") 'eval-defun)
|
||||||
|
Loading…
Reference in New Issue
Block a user