summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
authorCase Duckworth2021-09-26 17:18:04 -0500
committerCase Duckworth2021-09-26 17:18:04 -0500
commitfc75e6078df18181b2b389a7efd244c417b0e8a1 (patch)
tree162df94fedcc11fd02b03d5e6e49019ac15bc2f0 /lisp
parentwhitespace (diff)
parentResort (diff)
downloademacs-fc75e6078df18181b2b389a7efd244c417b0e8a1.tar.gz
emacs-fc75e6078df18181b2b389a7efd244c417b0e8a1.zip
Merge branch 'main' of tildegit.org:acdw/emacs
Diffstat (limited to 'lisp')
-rw-r--r--lisp/acdw-compat.el2
-rw-r--r--lisp/acdw-erc.el2
-rw-r--r--lisp/acdw-eshell.el2
-rw-r--r--lisp/acdw-fonts.el2
-rw-r--r--lisp/acdw-lisp.el11
-rw-r--r--lisp/acdw-modeline.el2
-rw-r--r--lisp/acdw-re.el2
-rw-r--r--lisp/acdw-reading.el2
-rw-r--r--lisp/acdw-setup.el2
-rw-r--r--lisp/acdw.el2
10 files changed, 10 insertions, 19 deletions
diff --git a/lisp/acdw-compat.el b/lisp/acdw-compat.el index 353a1f1..3221191 100644 --- a/lisp/acdw-compat.el +++ b/lisp/acdw-compat.el
@@ -1,6 +1,6 @@
1;;; acdw-compat.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-compat.el -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Created: 2021-08-11 4;; Created: 2021-08-11
5;; Keywords: configuration 5;; Keywords: configuration
6;; URL: https://tildegit.org/acdw/emacs 6;; URL: https://tildegit.org/acdw/emacs
diff --git a/lisp/acdw-erc.el b/lisp/acdw-erc.el index dd8525d..beea24b 100644 --- a/lisp/acdw-erc.el +++ b/lisp/acdw-erc.el
@@ -1,6 +1,6 @@
1;;; acdw-erc.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-erc.el -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Created: 24 May 2021 4;; Created: 24 May 2021
5;; Keywords: configuration 5;; Keywords: configuration
6;; URL: https://tildegit.org/acdw/emacs 6;; URL: https://tildegit.org/acdw/emacs
diff --git a/lisp/acdw-eshell.el b/lisp/acdw-eshell.el index fa27299..eedcc8b 100644 --- a/lisp/acdw-eshell.el +++ b/lisp/acdw-eshell.el
@@ -1,6 +1,6 @@
1;;; acdw-eshell.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-eshell.el -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Keywords: configuration 4;; Keywords: configuration
5;; URL: https://tildegit.org/acdw/emacs 5;; URL: https://tildegit.org/acdw/emacs
6 6
diff --git a/lisp/acdw-fonts.el b/lisp/acdw-fonts.el index 1b73af7..0fce172 100644 --- a/lisp/acdw-fonts.el +++ b/lisp/acdw-fonts.el
@@ -1,6 +1,6 @@
1;;; acdw-fonts.el -- font setup -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-fonts.el -- font setup -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Created: Sometime during Covid-19, 2020 4;; Created: Sometime during Covid-19, 2020
5;; Keywords: configuration 5;; Keywords: configuration
6;; URL: https://tildegit.org/acdw/emacs 6;; URL: https://tildegit.org/acdw/emacs
diff --git a/lisp/acdw-lisp.el b/lisp/acdw-lisp.el index 8f551c9..92fe62e 100644 --- a/lisp/acdw-lisp.el +++ b/lisp/acdw-lisp.el
@@ -2,16 +2,6 @@
2;; 2;;
3;; Extras for Lisp modes. 3;; Extras for Lisp modes.
4 4
5(defvar lispy-modes '(emacs-lisp-mode
6 eval-expression-minibuffer
7 ielm-mode
8 lisp-mode
9 lisp-interaction-mode
10 scheme-mode
11 slime-repl-mode
12 sly-mrepl-mode)
13 "List of modes that are lisp-like enough to hook packages into.")
14
15(defun acdw/eval-region-or-buffer () 5(defun acdw/eval-region-or-buffer ()
16 (interactive) 6 (interactive)
17 (if (region-active-p) 7 (if (region-active-p)
@@ -23,3 +13,4 @@
23 (eval-buffer)))) 13 (eval-buffer))))
24 14
25(provide 'acdw-lisp) 15(provide 'acdw-lisp)
16;;; acdw-lisp.el ends here
diff --git a/lisp/acdw-modeline.el b/lisp/acdw-modeline.el index 6e5afb8..3836c81 100644 --- a/lisp/acdw-modeline.el +++ b/lisp/acdw-modeline.el
@@ -1,5 +1,5 @@
1;;; acdw-modeline.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-modeline.el -*- lexical-binding: t; coding: utf-8-unix -*-
2;; Author: Case Duckworth <acdw@acdw.net> 2;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
3;; Created: Sometime during Covid-19, 2020 3;; Created: Sometime during Covid-19, 2020
4;; Keywords: configuration 4;; Keywords: configuration
5;; URL: https://tildegit.org/acdw/emacs 5;; URL: https://tildegit.org/acdw/emacs
diff --git a/lisp/acdw-re.el b/lisp/acdw-re.el index f7df241..db46af1 100644 --- a/lisp/acdw-re.el +++ b/lisp/acdw-re.el
@@ -1,5 +1,5 @@
1;;; acdw-re.el -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw-re.el -*- lexical-binding: t; coding: utf-8-unix -*-
2;; Author: Case Duckworth <acdw@acdw.net> 2;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
3;; Created: 2021-04-29 3;; Created: 2021-04-29
4;; Keywords: configuration 4;; Keywords: configuration
5;; URL: https://tildegit.org/acdw/emacs 5;; URL: https://tildegit.org/acdw/emacs
diff --git a/lisp/acdw-reading.el b/lisp/acdw-reading.el index e21cff9..26ee5e8 100644 --- a/lisp/acdw-reading.el +++ b/lisp/acdw-reading.el
@@ -1,6 +1,6 @@
1;;; acdw-reading.el --- minor mode for reading -*- lexical-binding: t -*- 1;;; acdw-reading.el --- minor mode for reading -*- lexical-binding: t -*-
2 2
3;; Copyright 2021 Case Duckworth <acdw@acdw.net> 3;; Copyright 2021 Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; This file is NOT part of GNU Emacs. 4;; This file is NOT part of GNU Emacs.
5 5
6;;; License: 6;;; License:
diff --git a/lisp/acdw-setup.el b/lisp/acdw-setup.el index 10a2b52..cd3807d 100644 --- a/lisp/acdw-setup.el +++ b/lisp/acdw-setup.el
@@ -1,6 +1,6 @@
1;;; acdw-setup.el -- my `setup' commands -*- lexical-binding: t -*- 1;;; acdw-setup.el -- my `setup' commands -*- lexical-binding: t -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4 4
5;; This file is NOT part of GNU Emacs. 5;; This file is NOT part of GNU Emacs.
6 6
diff --git a/lisp/acdw.el b/lisp/acdw.el index b146f58..4043134 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -1,6 +1,6 @@
1;;; acdw.el --- miscellaneous -*- lexical-binding: t; coding: utf-8-unix -*- 1;;; acdw.el --- miscellaneous -*- lexical-binding: t; coding: utf-8-unix -*-
2 2
3;; Author: Case Duckworth <acdw@acdw.net> 3;; Author: Case Duckworth <(rot13-string "npqj@npqj.arg")>
4;; Created: Sometime during Covid-19, 2020 4;; Created: Sometime during Covid-19, 2020
5;; Keywords: configuration 5;; Keywords: configuration
6;; URL: https://tildegit.org/acdw/emacs 6;; URL: https://tildegit.org/acdw/emacs