-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.el
28 lines (28 loc) · 991 Bytes
/
settings.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;; Réglages globaux
(setq auto-save-default nil
c-set-style "ellemtel"
company-idle-delay 0.1
company-minimum-prefix-length 1
create-lockfiles nil
display-line-numbers-type t
history-length 100
inhibit-splash-screen t
inhibit-startup-message t
lsp-idle-delay 0.1
lsp-prefer-capf t
magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1
make-backup-files nil
undo-tree-enable-undo-in-region nil
nyan-animate-nyancat t
vc-follow-symlinks t
custom-file "~/.emacs.d/my-custom.el"
vertico-buffer-mode 1
window-divider-default-right-width 1
savehist-file "~/.emacs.d/savehist"
savehist-save-minibuffer-history t
savehist-autosave-interval 60
savehist-additional-variables '(kill-ring
search-ring
regexp-search-ring))
(custom-set-variables
'(vlf-application 'dont-ask))