Merge branch 'master' of github.com:ambrevar/dotfiles

master
Pierre Neidhardt 2017-10-08 22:19:25 +01:00
commit bf61e3dac1
3 changed files with 7 additions and 1 deletions

View File

@ -462,6 +462,10 @@ This does not affect .csv files."
"Unconditionally add the `fmt' function to `before-save-hook'."
(add-hook 'before-save-hook 'fmt nil t))
(defun turn-off-fmt-before-save ()
"Unconditionally add the `fmt' function to `before-save-hook'."
(remove-hook 'before-save-hook 'fmt t))
(defun turn-off-indent-tabs ()
"Unconditionally turn off tab indentation."
(setq indent-tabs-mode nil))

View File

@ -183,4 +183,6 @@ Requires `call-process-to-string' from `functions'."
;;; Column indices might need some customizing. See `helm-top-command' and
;;; https://github.com/emacs-helm/helm/issues/1586.
(setq helm-window-show-buffers-function 'helm-window-mosaic-fn)
(provide 'init-helm)

View File

@ -60,4 +60,4 @@ all files directly.
git fetch
git checkout master
For the list of programs I am currently using, see the `.pkglists/` folder.
For the list of programs I currently use, see the `.pkglists/` folder.