Update emacs init and change elfeed port
This commit is contained in:
@ -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)
|
||||
|
||||
@ -42,10 +42,10 @@
|
||||
:emacs
|
||||
(dired +ranger +icons)
|
||||
electric ; smarter, keyword-based electric-indent
|
||||
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
|
||||
:terms
|
||||
eshell ; a consistent, cross-platform shell (WIP)
|
||||
term ; terminals in Emacs
|
||||
|
||||
: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
|
||||
|
||||
Reference in New Issue
Block a user