Update Sept 2023
This commit is contained in:
@@ -204,6 +204,7 @@
|
||||
|
||||
;; this never worked lol
|
||||
(setq lsp-treemacs-sync-mode 1)
|
||||
(setq treemacs-project-follow-mode 1)
|
||||
|
||||
;; bitmap very funni
|
||||
(setq highlight-indent-guides-method 'bitmap)
|
||||
@@ -252,6 +253,7 @@
|
||||
:n "S" #'elfeed-search-set-filter
|
||||
:n "b" #'elfeed-search-browse-url
|
||||
:n "y" #'elfeed-search-yank)
|
||||
|
||||
(map! :map elfeed-show-mode-map
|
||||
:after elfeed-show
|
||||
[remap kill-this-buffer] "q"
|
||||
@@ -340,3 +342,7 @@
|
||||
(org-agenda-refresh))
|
||||
|
||||
(setq org-read-date-prefer-future 'time)
|
||||
|
||||
(map! :leader
|
||||
:desc "Start/Stop pomodoro"
|
||||
"m c p" #'org-pomodoro)
|
||||
|
@@ -21,7 +21,7 @@
|
||||
;;japanese
|
||||
;;layout ; auie,ctsrnm is the superior home row
|
||||
:completion
|
||||
(company +tng) ; the ultimate code completion backend
|
||||
(company +tng) ; the ultimate code completion backend
|
||||
;;helm ; the *other* search engine for love and life
|
||||
;;ido ; the other *other* search engine...
|
||||
(ivy +fuzzy +icons) ; a search engine for love and life
|
||||
@@ -97,7 +97,7 @@
|
||||
;;prodigy ; FIXME managing external services & code builders
|
||||
;;rgb ; creating color strings
|
||||
taskrunner ; taskrunner for all your projects
|
||||
;;terraform ; infrastructure as code
|
||||
terraform ; infrastructure as code
|
||||
tmux ; an API for interacting with tmux
|
||||
;;upload ; map local to remote projects via ssh/ftp
|
||||
:os
|
||||
|
@@ -48,14 +48,25 @@
|
||||
;(unpin! pinned-package another-pinned-package)
|
||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||
;(unpin! t)
|
||||
|
||||
;; gitty nitty
|
||||
(package! magit-delta)
|
||||
(package! blamer :recipe (:host github :repo "artawower/blamer.el"))
|
||||
|
||||
;; evil parens
|
||||
(package! evil-cleverparens)
|
||||
|
||||
;; discordo
|
||||
(package! elcord)
|
||||
|
||||
;; rusty
|
||||
(unpin! rustic)
|
||||
|
||||
;; orgy
|
||||
;; (package! org :pin "ca873f7")
|
||||
(package! org-pomodoro)
|
||||
(package! org-fragtog)
|
||||
(package! org-recur)
|
||||
(unpin! org-roam)
|
||||
(package! websocket)
|
||||
(package! org-roam-ui :recipe (:host github :repo "org-roam/org-roam-ui" :files ("*.el" "out")))
|
||||
(package! magit-delta)
|
||||
(package! blamer :recipe (:host github :repo "artawower/blamer.el"))
|
||||
(package! org-fragtog)
|
||||
(package! org-recur)
|
||||
(package! evil-cleverparens)
|
||||
(package! elcord)
|
||||
(unpin! rustic)
|
||||
(package! org :pin "5890ac")
|
||||
|
Reference in New Issue
Block a user