summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-programming.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-10-05 00:30:31 +0100
committerjao <jao@gnu.org>2025-10-05 00:30:31 +0100
commit59ac10819c46492d82d4aae1388cf0b1b292d1ad (patch)
tree0188df9ea8c0ab7c1b2f28d4d0ff83d30a2746b9 /custom/jao-custom-programming.el
parent71673beec07a5e2c23fee99a63176e50a8e3e9b2 (diff)
downloadelibs-59ac10819c46492d82d4aae1388cf0b1b292d1ad.tar.gz
elibs-59ac10819c46492d82d4aae1388cf0b1b292d1ad.tar.bz2
little tweaksmain
Diffstat (limited to 'custom/jao-custom-programming.el')
-rw-r--r--custom/jao-custom-programming.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el
index fa6e474..61e51ea 100644
--- a/custom/jao-custom-programming.el
+++ b/custom/jao-custom-programming.el
@@ -510,7 +510,13 @@
(use-package ob-applescript
:after org
:ensure t
- :demand t))
+ :demand t)
+
+ (use-package apples-mode
+ :ensure t
+ :init
+ (add-to-list 'auto-mode-alist
+ '("\\.\\(applescri\\|sc\\)pt\\'" . apples-mode))))
;;; -
(provide 'jao-custom-programming)