Compare commits

...

4 commits

Author SHA1 Message Date
Benson Chu
21e392eb31 Don't show tags for weekly report 2025-09-10 16:10:39 -05:00
Benson Chu
3ba0143065 I would like this consult line thingy 2025-09-10 16:10:39 -05:00
Benson Chu
8186d0b564 Cool, that's neat! 2025-09-10 16:10:39 -05:00
c36a49ec94 Show org-roam buffer on left side 2025-09-08 07:25:00 -05:00
3 changed files with 18 additions and 9 deletions

View file

@ -101,6 +101,13 @@
. ((no-delete-other-windows . t)
(dedicated . t)))))
(add-to-list 'display-buffer-alist
`("*org-roam*"
display-buffer-in-side-window
(side . left)
(select . t)
(window-width . 85)))
;; (pop display-buffer-alist)
#+end_src
* Tramp configuration

View file

@ -94,13 +94,13 @@
(setq vertico-count 8)
(use-package consult
;; :bind (
;; ("C-x b" . consult-buffer) ;; orig. switch-to-buffer
;; ("C-x 4 b" . consult-buffer-other-window) ;; orig. switch-to-buffer-other-window
;; ("C-x 5 b" . consult-buffer-other-frame) ;; orig. switch-to-buffer-other-frame
;; ("C-x t b" . consult-buffer-other-tab) ;; orig. switch-to-buffer-other-tab
;; )
)
:bind (
;; ("C-x b" . consult-buffer) ;; orig. switch-to-buffer
;; ("C-x 4 b" . consult-buffer-other-window) ;; orig. switch-to-buffer-other-window
;; ("C-x 5 b" . consult-buffer-other-frame) ;; orig. switch-to-buffer-other-frame
;; ("C-x t b" . consult-buffer-other-tab) ;; orig. switch-to-buffer-other-tab
("M-s l" . consult-line)
))
(setq completion-in-region-function
(lambda (&rest args)
@ -506,7 +506,7 @@
(dedicated . t)
(inhibit-same-window . t)))
(global-set-key (kbd "C-x g") 'magit-status)
(global-set-key (kbd "C-x M-g") 'magit-dispatch)
(global-set-key (kbd "C-x M-g") 'magit-file-dispatch)
(require 'magit-overrides)
;; Magit uses ediff

View file

@ -162,6 +162,7 @@
(org-agenda-start-on-weekday 3)
(org-agenda-show-log t)
(org-agenda-include-inactive-timestamps t)
(org-agenda-hide-tags-regexp ".*")
;; (org-agenda-skip-function (lambda ()
;; (let ((tags (org-get-tags)))
;; (unless (and (or (member ,tag tags)
@ -631,7 +632,8 @@
(setq org-agenda-hide-tags-regexp
(rx (or "prod"
(and symbol-start "_" (+ nonl) "_" symbol-end)
"Project" "active")))
"Project" "active"
"dailies")))
(defun ti/generate-org-exit-interrupt ()
(-->