summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-05-28 20:14:01 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-05-28 20:14:01 +0300
commit19750514d5fffd6c40dbab99b841c4d4c86a8444 (patch)
treea0062041098304963ab8b35844286c5967f4037d
parentgnu: Add sbcl-stumpwm-checkout-stumptray. (diff)
downloadguix-wigust-19750514d5fffd6c40dbab99b841c4d4c86a8444.tar.gz
gnu: Add emacs-stupid-indent-mode.
* guix/wigust/packages/emacs.scm (emacs-stupid-indent-mode): New variable.
-rw-r--r--guix/wigust/packages/emacs.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/guix/wigust/packages/emacs.scm b/guix/wigust/packages/emacs.scm
index 48c4caa..d19872a 100644
--- a/guix/wigust/packages/emacs.scm
+++ b/guix/wigust/packages/emacs.scm
@@ -1472,3 +1472,21 @@ and manipulated by user-defined functions to do various things such as:
(sha256
(base32
"1svnsg8lh4v39wkkgc250qa3lcknma17mgd080vf12641r9d847n")))))))
+
+(define-public emacs-stupid-indent-mode
+ (package
+ (name "emacs-stupid-indent-mode")
+ (version "20170525.1117")
+ (source (origin
+ (method url-fetch)
+ (uri "https://melpa.org/packages/stupid-indent-mode-20170525.1117.el")
+ (file-name (string-append name "-" version ".el"))
+ (sha256
+ (base32
+ "11xbb8h7ap6kllfmpvv2hv0lq85ijy6wm4jqzshffydk367jv791"))))
+ (build-system emacs-build-system)
+ (home-page "https://melpa.org/packages/stupid-indent-mode-20170525.1117.el")
+ (synopsis "Dumb indentation mode")
+ (description "Dumb indentation mode is appropriate for editing buffers
+that Emacs does not fully understand syntactically.")
+ (license license:gpl3+)))