Skip to content

Commit

Permalink
feautres: add dired sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraveiro committed Mar 1, 2024
1 parent a418e38 commit 5031882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/features.org
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ surrounded by word boundaries."

;; enable some really cool extensions like C-x C-j(dired-jump)
(require 'dired-x)

(use-package dired-sidebar
:commands (dired-sidebar-toggle-sidebar))
#+end_src

* IBuffer
Expand Down
2 changes: 1 addition & 1 deletion custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
'(inf-clojure clojure-mode dockerfile-mode terraform-mode protobuf-mode csproj-mode sharper imenu-list ztree yasnippet-snippets yaml-mode windswap which-key volatile-highlights vertico verb undo-tree treemacs-projectile treemacs-persp treemacs-magit treemacs-icons-dired treemacs-evil treemacs-all-the-icons super-save ssh sql-clickhouse smartparens smart-hungry-delete rg rainbow-mode rainbow-delimiters project-shells prodigy powershell persistent-scratch org-roam-ui org-present org-fancy-priorities orderless mustache-mode mustache mastodon marginalia lsp-ui lsp-treemacs logview llama-cpp jump-tree json-mode jq-mode jq-format inf-mongo ibuffer-projectile hl-todo hide-mode-line helpful helm-ls-git helm-c-yasnippet google-this git-timemachine git-modes git-messenger git-gutter-fringe flycheck-plantuml flycheck-eglot eyebrowse expand-region eshell-git-prompt engine-mode drag-stuff doom-themes doom-modeline dimmer diminish diff-at-point define-word dashboard crux consult-yasnippet consult-flycheck consult-eglot consult-dir company-posframe company-box color-identifiers-mode cmake-mode citeproc-org chatgpt-shell browse-kill-ring bongo bm beacon backup-walker anzu aggressive-indent))
'(dired-sidebar inf-clojure clojure-mode dockerfile-mode terraform-mode protobuf-mode csproj-mode sharper imenu-list ztree yasnippet-snippets yaml-mode windswap which-key volatile-highlights vertico verb undo-tree treemacs-projectile treemacs-persp treemacs-magit treemacs-icons-dired treemacs-evil treemacs-all-the-icons super-save ssh sql-clickhouse smartparens smart-hungry-delete rg rainbow-mode rainbow-delimiters project-shells prodigy powershell persistent-scratch org-roam-ui org-present org-fancy-priorities orderless mustache-mode mustache mastodon marginalia lsp-ui lsp-treemacs logview llama-cpp jump-tree json-mode jq-mode jq-format inf-mongo ibuffer-projectile hl-todo hide-mode-line helpful helm-ls-git helm-c-yasnippet google-this git-timemachine git-modes git-messenger git-gutter-fringe flycheck-plantuml flycheck-eglot eyebrowse expand-region eshell-git-prompt engine-mode drag-stuff doom-themes doom-modeline dimmer diminish diff-at-point define-word dashboard crux consult-yasnippet consult-flycheck consult-eglot consult-dir company-posframe company-box color-identifiers-mode cmake-mode citeproc-org chatgpt-shell browse-kill-ring bongo bm beacon backup-walker anzu aggressive-indent))
'(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 5031882

Please sign in to comment.