Sfoglia il codice sorgente

Update emacs init and change elfeed port

Colin Powell 6 anni fa
parent
commit
e7655dd1b7
2 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. 1 1
      emacs/.config/doom/+elfeed.el
  2. 8 8
      emacs/.config/doom/init.el

+ 1 - 1
emacs/.config/doom/+elfeed.el

@@ -2,6 +2,6 @@
 (run-with-timer 0 (* 30 60) 'elfeed-update)
 
 (setq httpd-host "0.0.0.0")
-(setq httpd-port 10007)
+(setq httpd-port 10000)
 
 (elfeed-web-start)

+ 8 - 8
emacs/.config/doom/init.el

@@ -42,10 +42,10 @@
        :emacs
        (dired +ranger +icons)
        electric          ; smarter, keyword-based electric-indent
+       vc                ; version-control and Emacs, sitting in a tree
+       :terms
        eshell            ; a consistent, cross-platform shell (WIP)
-       imenu             ; an imenu sidebar and searchable code index
        term              ; terminals in Emacs
-       vc                ; version-control and Emacs, sitting in a tree
 
        :tools
        ansible
@@ -60,14 +60,14 @@
        lsp
        macos             ; MacOS-specific commands
        make              ; run make tasks from Emacs
-       (magit +forge)             ; a git porcelain for Emacs
-       password-store    ; password manager for nerds
+       (magit +forge)    ; a git porcelain for Emacs
+       pass              ; password manager for nerds
        pdf               ; pdf enhancements
-       ;;prodigy           ; FIXME managing external services & code builders
-       ;;rgb               ; creating color strings
+       ;;prodigy         ; FIXME managing external services & code builders
+       ;;rgb             ; creating color strings
        terraform         ; infrastructure as code
-       ;;tmux              ; an API for interacting with tmux
-       ;;upload            ; map local to remote projects via ssh/ftp
+       ;;tmux            ; an API for interacting with tmux
+       ;;upload          ; map local to remote projects via ssh/ftp
        ;;wakatime
 
        :lang