Update emacs conf
This commit is contained in:
parent
86f777b391
commit
1131b0fc1f
1 changed files with 1 additions and 4 deletions
|
@ -657,11 +657,8 @@ write_files:
|
|||
;; Make script files executable upon save
|
||||
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)
|
||||
|
||||
;; Enable ido mode
|
||||
(ido-mode t)
|
||||
|
||||
;; Enable fido mode for a more modern ido experience
|
||||
(fido-mode 1)
|
||||
(fido--vertical-mode 1)
|
||||
|
||||
;; File name to load inferior shells from
|
||||
(setq shell-file-name "/bin/bash")
|
||||
|
|
Loading…
Add table
Reference in a new issue