From 65b49c05c48cfbc84a3d0477601a9f70a2027514 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 17 Apr 2022 02:09:28 +0200 Subject: New script for home screen --- .config/emacs/org/config.org | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.config/emacs/org') diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index b0ae62f..41ff584 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -184,9 +184,14 @@ ** Other configs #+BEGIN_SRC emacs-lisp -(setq evil-want-integration t) ;; This is optional since it's already set to t by default. -(setq evil-want-keybinding nil) -(setq evil-want-C-u-scroll t) + (setq evil-want-integration t) ;; This is optional since it's already set to t by default. + (setq evil-want-keybinding nil) + (setq evil-want-C-u-scroll t) + + (add-hook 'html-mode-hook + (lambda() + (setq sgml-basic-offset 4) + (setq indent-tabs-mode t))) #+END_SRC ** Files types attribution -- cgit v1.2.3