tweak: revert truncation ellipses to default
Doom now has support for configuring this, so I don't see any need for doing it myself.
This commit is contained in:
parent
b52cb8b1a8
commit
22f2515207
|
@ -1157,7 +1157,6 @@ It wouldn't be Emacs if there wasn't an endless list of config variables to chan
|
||||||
)
|
)
|
||||||
|
|
||||||
(setq compile-command "nix build"
|
(setq compile-command "nix build"
|
||||||
truncate-string-ellipsis "…" ; Unicode!
|
|
||||||
shell-file-name (executable-find "bash") ; Use bash instead of fish for default shell
|
shell-file-name (executable-find "bash") ; Use bash instead of fish for default shell
|
||||||
disabled-command-function nil ; Disabled commands are a stupid idea
|
disabled-command-function nil ; Disabled commands are a stupid idea
|
||||||
password-cache-expiry nil ; Security? Never heard of it
|
password-cache-expiry nil ; Security? Never heard of it
|
||||||
|
|
Loading…
Reference in a new issue