diff options
author | EuAndreh <eu@euandre.org> | 2018-12-29 18:05:14 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-29 18:05:14 -0200 |
commit | 73e02164cc78eca1b6e52aa4802972d681bab439 (patch) | |
tree | 8b10f8d205619d06ed557ae76ffc78e2821bf841 | |
parent | Add =slugify= command. (diff) | |
download | dotfiles-73e02164cc78eca1b6e52aa4802972d681bab439.tar.gz dotfiles-73e02164cc78eca1b6e52aa4802972d681bab439.tar.xz |
Set Perl indentation to 2 spaces.
-rw-r--r-- | nixos/configuration.nix | 1 | ||||
-rw-r--r-- | spacemacs.el | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 85de39c..c7de036 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -170,6 +170,7 @@ gitlab-runner sshpass zathura # for viewing Emacs PDF files + nvi cacert gtypist pandoc diff --git a/spacemacs.el b/spacemacs.el index c28ddf0..d8493b2 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -689,6 +689,7 @@ This is the place where most of your configurations should be done. Unless it is sh-basic-offset 2 sh-indentation 2 smie-indent-basic 2 + perl-indent-level 2 ;; Clojure cljr-warn-on-eval nil |