Skip to content

Commit

Permalink
ibuffer: add missing buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraveiro committed Mar 10, 2024
1 parent 621bcd7 commit 6db4c12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/development.org
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,10 @@ _p_rev _u_pper (mine) _=_: upper/lower _r_esolve
(use-package imenu-list
:config
(setq imenu-list-auto-resize t)

(add-hook 'imenu-list-major-mode-hook
(lambda ()
(imenu-list-minor-mode
(read-only-mode)
(hl-line-mode))))

Expand Down
4 changes: 4 additions & 0 deletions config/features.org
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ surrounded by word boundaries."
(setq ibuffer-saved-filter-groups ;; Group buffers
(quote (("home"
("c++" (mode . c++-mode))
("images" (mode . image-mode))
("python" (or
(mode . python-mode)
(name . "^\\*Python\\*$")))
Expand Down Expand Up @@ -222,6 +223,7 @@ surrounded by word boundaries."
("clojure" (or
(mode . inf-clojure-mode)
(mode . clojure-mode)))
("plantuml" (mode . plantuml-mode))
("latex" (or
(name . ".tex$")
(name . ".texi$")
Expand Down Expand Up @@ -272,6 +274,7 @@ surrounded by word boundaries."
(name . "^\\*Assoc file dif")
(mode . diff-mode)))
("version control" (or
(name . "^\\.gitignore")
(name . "^\\*svn-")
(name . "^\\*vc")
(name . "^\\*cvs")
Expand All @@ -283,6 +286,7 @@ surrounded by word boundaries."
(name . "^\\*Lexer Output\\*$")))
("web browsing" (or
(mode . w3m-mode)
(mode . eww-mode)
(mode . verb-mode)
(name . "^\\*Verb")
(name . "^\\*httpd\\*$")
Expand Down
2 changes: 1 addition & 1 deletion custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; If there is more than one, they won't work right.
'(bmkp-last-as-first-bookmark-file "/home/marco/.emacs.d/bookmarks")
'(package-selected-packages
'(paimon haproxy-mode eldoc-box embark-consult embark flyspell-correct consult-flyspell csv-mode ztree yasnippet-snippets yaml-mode windswap vscode-icon volatile-highlights vertico verb undo-tree terraform-mode super-save ssh sql-clickhouse smartparens smart-hungry-delete sharper rg rainbow-mode rainbow-delimiters protobuf-mode project-shells prodigy powershell pfuture persp-mode persistent-scratch org-roam-ui org-present org-fancy-priorities orderless mustache-mode mustache mastodon marginalia magit lsp-ui logview llama-cpp jump-tree json-mode jq-mode jq-format inf-mongo inf-clojure imenu-list ibuffer-sidebar ibuffer-projectile hl-todo hide-mode-line helpful google-this git-timemachine git-modes git-messenger git-gutter-fringe flycheck-plantuml flycheck-eglot eyebrowse expand-region evil eshell-git-prompt engine-mode drag-stuff doom-themes doom-modeline dockerfile-mode dired-sidebar dimmer diminish diff-at-point define-word dashboard csproj-mode crux consult-yasnippet consult-flycheck consult-eglot consult-dir company-posframe company-box color-identifiers-mode cmake-mode citeproc-org chatgpt-shell cfrs browse-kill-ring bongo bm beacon backup-walker anzu all-the-icons-nerd-fonts all-the-icons-ibuffer all-the-icons-dired all-the-icons-completion aggressive-indent ace-window))
'(paimon haproxy-mode eldoc-box embark-consult embark flyspell-correct consult-flyspell csv-mode ztree yasnippet-snippets yaml-mode windswap vscode-icon volatile-highlights vertico verb undo-tree terraform-mode super-save ssh sql-clickhouse smartparens smart-hungry-delete sharper rg rainbow-mode rainbow-delimiters protobuf-mode project-shells prodigy powershell pfuture persp-mode persistent-scratch org-roam-ui org-present org-fancy-priorities orderless mustache-mode mustache mastodon marginalia magit logview llama-cpp jump-tree json-mode jq-mode jq-format inf-mongo inf-clojure imenu-list ibuffer-sidebar ibuffer-projectile hl-todo hide-mode-line helpful google-this git-timemachine git-modes git-messenger git-gutter-fringe flycheck-plantuml flycheck-eglot eyebrowse expand-region evil eshell-git-prompt engine-mode drag-stuff doom-themes doom-modeline dockerfile-mode dired-sidebar dimmer diminish diff-at-point define-word dashboard csproj-mode crux consult-yasnippet consult-flycheck consult-eglot consult-dir company-posframe company-box color-identifiers-mode cmake-mode citeproc-org chatgpt-shell cfrs browse-kill-ring bongo bm beacon backup-walker anzu all-the-icons-nerd-fonts all-the-icons-ibuffer all-the-icons-dired all-the-icons-completion aggressive-indent ace-window))
'(safe-local-variable-values
'((eval setq-local org-roam-db-location
(expand-file-name ".org-roam.db" org-roam-directory))
Expand Down

0 comments on commit 6db4c12

Please sign in to comment.