changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > home / .emacs.d/ellis.el

revision 86: a86cb552d6df
parent 85: 862659891933
child 94: 978ce75e54af
     1.1--- a/.emacs.d/ellis.el	Thu Aug 15 21:53:06 2024 -0400
     1.2+++ b/.emacs.d/ellis.el	Wed Aug 21 20:29:13 2024 -0400
     1.3@@ -1,4 +1,4 @@
     1.4-;;; ellis.el --- Richard's custom Emacs config -*- lexical-binding: t -*-
     1.5+;;; ellis.el --- user Emacs config -*- lexical-binding: t -*-
     1.6 
     1.7 ;; Copyright (C) 2024
     1.8 
     1.9@@ -81,12 +81,15 @@
    1.10 (keymap-set minibuffer-local-map "C-<tab>" #'hippie-expand)
    1.11 (keymap-set ctl-x-x-map "p p" #'remember-project)
    1.12 (keymap-set ctl-x-x-map "p l" #'remember-lab-projects)
    1.13+(keymap-set ctl-x-x-map "p c" #'remember-comp-projects)
    1.14 
    1.15 (add-hook 'prog-mode-hook #'skel-minor-mode)
    1.16 (add-hook 'org-mode-hook #'skel-minor-mode)
    1.17 ;; (add-hook 'prog-mode-hook #'company-mode)
    1.18 
    1.19 (add-hook 'notmuch-message-mode-hook #'turn-on-orgtbl)
    1.20+(
    1.21+ouse-package ef-themes :ensure t)
    1.22 
    1.23 (use-package markdown-mode :ensure t)
    1.24 
    1.25@@ -742,18 +745,11 @@
    1.26   (auto-insert-mode t)
    1.27   (keymap-set skel-minor-mode-map "C-<return>" 'company-tempo))
    1.28 
    1.29-;;; dictionary
    1.30-;; requires dictd server running
    1.31-(setq dictionary-server "compiler.company")
    1.32-;;; ispell
    1.33-;; requires aspell and a hunspell dictionary (hunspell-en_us)
    1.34-(setq-default ispell-program-name "aspell")
    1.35-(add-hook 'mail-send-hook  #'ispell-message)
    1.36 ;;; glossary
    1.37-(with-eval-after-load 'org-glossary
    1.38-  (setq org-glossary-collection-root (join-paths company-source-directory "org/meta/"))
    1.39-  (cl-pushnew '("Terms" . glossary) org-glossary-headings)
    1.40-  (cl-pushnew '("Acronyms" . acronym) org-glossary-headings))
    1.41+;; (with-eval-after-load 'org-glossary
    1.42+;;   (setq org-glossary-collection-root (join-paths company-source-directory "org/meta/"))
    1.43+;;   (cl-pushnew '("Terms" . glossary) org-glossary-headings)
    1.44+;;   (cl-pushnew '("Acronyms" . acronym) org-glossary-headings))
    1.45 
    1.46 (provide 'ellis)
    1.47-;;; ellis.el ends here
    1.48+;; ellis.el ends here