dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit 34e40dd094c63d5de17bbf2ecd24ffbd3c072007
parent 15825e62f124849d372b28c1b6235a5d67f43eac
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Thu, 25 May 2023 21:19:11 +0300

emacs: change theme and remove c indent settings

Diffstat:
Memacs/.emacs.d/init.el | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -13,11 +13,6 @@ ;; can use s-<arrow> for window switching (windmove-default-keybindings) -(setq-default indent-tabs-mode nil) -(setq-default tab-width 4) -(setq indent-line-function 'insert-tab) -(setq-default c-basic-offset 4) - ;; abbrev mode (setq-default abbrev-mode t) (setq save-abbrevs 'silently) @@ -145,7 +140,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(custom-enabled-themes '(modus-operandi)) + '(custom-enabled-themes '(modus-vivendi)) '(package-selected-packages '(expand-region restclient howm markdown-mode))) (custom-set-faces ;; custom-set-faces was added by Custom.