diff options
| author | Jack Jamison <jjamison@litecoms.com> | 2026-08-04 16:12:14 -0400 |
|---|---|---|
| committer | Jack Jamison <jjamison@litecoms.com> | 2026-08-04 16:12:14 -0400 |
| commit | 82878eb619adc85ef8c3db2b0939912e7194d213 (patch) | |
| tree | 9fb17f0556c0379641628557e474e647b754aef2 /.config | |
| parent | 8c420239c924dc48a6c38145a2dad4fc18477e9e (diff) | |
notes
Diffstat (limited to '.config')
| -rw-r--r-- | .config/emacs/init.el | 11 | ||||
| -rw-r--r-- | .config/emacs/windows.el | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 5b158f0..8d45b43 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -35,6 +35,13 @@ ;; (loadc "evil.el") ;; (loadc "lang.el") -;; todo: integrated terminal, org config with modules, full screen popups, shackle -;; todo styling: minions (modeline collapse), forked theme to enable: hl-line, spacious-padding, pulsar +;; todo: integrated terminal, org config with modules, full screen popups, shackle, terminal at bottom +;; todo styling: minions (modeline collapse), karthink's modeline, forked theme to enable: hl-line, spacious-padding, pulsar +;; ghostel should have a terminal per project that has it's own open close keybind (showing on the bottom). It should also be able to be switched to the side with a keybind. +;; I should be able to open a buffer as a "popup". also winner mode for going undo + +;; rss feeds - +;; - https://christiantietze.de/feeds/ +;; - https://tonyarnold.com/posts_feed +;; - https://www.baldurbjarnason.com/feeds/ diff --git a/.config/emacs/windows.el b/.config/emacs/windows.el index 6c9bef1..b24d89d 100644 --- a/.config/emacs/windows.el +++ b/.config/emacs/windows.el @@ -19,6 +19,8 @@ "\\*Compile-Log\\*" "\\*Async-native-compile-log\\*" help-mode + apropos-mode + ghostel-mode helpful-mode compilation-mode Man-mode)) |
