emacs: update variables
This commit is contained in:
parent
d389597834
commit
bc0a125811
1 changed files with 4 additions and 5 deletions
|
@ -42,11 +42,10 @@ One will be created if none exist."
|
||||||
(global-set-key (kbd "C-h w") 'describe-word)
|
(global-set-key (kbd "C-h w") 'describe-word)
|
||||||
|
|
||||||
;; variables
|
;; variables
|
||||||
(setq compilation-scroll-output t ; M-x compile
|
(setq compilation-scroll-output t
|
||||||
dictionary-server "dict.org" ; M-x dictionary-search
|
dictionary-server "dict.org"
|
||||||
fill-column 74 ; M-x auto-fill-mode
|
dired-listing-switches "-alh --group-directories-first"
|
||||||
gnus-select-method '(nnimap "disroot.org") ; M-x gnus
|
wdired-allow-to-change-permissions t)
|
||||||
wdired-allow-to-change-permissions t) ; M-x dired C-x C-q
|
|
||||||
|
|
||||||
;; some packages
|
;; some packages
|
||||||
(package-install 'nerd-icons)
|
(package-install 'nerd-icons)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue