diff options
| author | 2026-04-01 11:44:00 -0700 | |
|---|---|---|
| committer | 2026-04-01 11:44:00 -0700 | |
| commit | 315867421951593b7ec85c011e9d3f3eccc49030 (patch) | |
| tree | 93a18185ef3bf9ace0267b79a0d99bb07bc0b863 /oni/home/config | |
| parent | 67fd1ca36164dc56f52121ea95299f2b2b7632d1 (diff) | |
| download | new-dotfiles-main.tar.gz new-dotfiles-main.zip | |
Diffstat (limited to 'oni/home/config')
| -rw-r--r-- | oni/home/config/pop-os.scm | 2 | ||||
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index 31350fa..8f01330 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -226,6 +226,8 @@ emacs-oni-js emacs-oni-elfeed emacs-oni-eshell + emacs-oni-outline + emacs-oni-sql emacs-flycheck-phpstan emacs-vue-ts-mode diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el index daaaac9..d055d9e 100644 --- a/oni/home/config/pop-os/emacs.el +++ b/oni/home/config/pop-os/emacs.el @@ -1256,8 +1256,9 @@ Optional argument STOPP means stop on any defect." (require 'oni-js) -(with-eval-after-load 'sh-script - (require 'oni-sh)) +(with-eval-after-load 'sh-script (require 'oni-sh)) +(with-eval-after-load 'sql (require 'oni-sql)) +(with-eval-after-load 'outline (require 'oni-outline)) (eval-when-compile (require 'magit-section)) |
