Remove reverse-im, minor changes

Add axaml to auto-mode-alist, some modification to org-capture-templates.
This commit is contained in:
2025-07-06 14:32:21 +09:00
parent b34f9ba071
commit 7526429b00
3 changed files with 13 additions and 12 deletions

View File

@@ -85,6 +85,7 @@
(bind-key "C-c C-e" #'ediprolog-dwim prolog-mode-map))
(add-to-list 'auto-mode-alist '("\\.plt?\\'" . prolog-mode))
(add-to-list 'auto-mode-alist '("\\.axaml?\\'" . nxml-mode))
;; Nix language
(use-package nix-mode