From dfb23ca0c5224329f72a68c32311e464606267c0 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 25 Jul 2019 13:36:15 +0200 Subject: Add nix and new indent offset --- emacs/loader.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emacs/loader.org b/emacs/loader.org index fff56c6..d4dc04d 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -261,6 +261,7 @@ preferred style. This is just personal preference though. #+BEGIN_SRC emacs-lisp (setq-default indent-tabs-mode nil) (setq-default tab-width 4) + (setq tab-width 4) (defvaralias 'python-indent-offset 'tab-width) (defvaralias 'c-basic-offset 'tab-width) #+END_SRC @@ -654,6 +655,16 @@ incrementally selecting more and more of the text. (use-package yasnippet-snippets) #+END_SRC +** Nix + +#+BEGIN_SRC emacs-lisp + (use-package direnv + :config + (direnv-mode)) +#+END_SRC + +#+RESULTS: + * Writing #+BEGIN_SRC emacs-lisp -- cgit