From b38ab58da3f6443d88bdc8a25b80f71b530cdc13 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 26 Apr 2022 09:12:19 +0200 Subject: purged treemacs --- .config/dunst/dunstrc | 6 +++--- .config/emacs/init.el | 2 +- .config/emacs/org/config.org | 15 ++------------- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d49a8e1..ce7323e 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -#[espeak] # >shutup -# summary = "*" # >shutup -# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +[espeak] # >shutup + summary = "*" # >shutup + script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 48eeed4..583d9a3 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -40,7 +40,7 @@ '(jdee-db-spec-breakpoint-face-colors (cons "#1c1f2b" "#676E95")) '(objed-cursor-color "#ff5370") '(package-selected-packages - '(helm-ag rainbow-identifiers nginx-mode evil-quickscope vc-fossil crontab-mode go-mode mutt-mode pacmacs gemini-mode org-evil glsl-mode vimrc-mode windresize evil evil-collection evil-leader evil-search-highlight-persist evil-mc evil-surround evil-ediff evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile projectile company company-box which-key magit undo-tree shell-pop treemacs treemacs-projectile treemacs-magit treemacs-evil autopair paredit rainbow-delimiters color-identifiers-mode ibuffer-vc ibuffer-projectile eyebrowse diff-hl fzf font-utils restart-emacs string-utils dired-icon kaolin-themes doom-themes spacemacs-theme doom-modeline dashboard org-superstar toc-org pdf-tools dockerfile-mode web-mode ssh sudo-ext vimish-fold bind-key all-the-icons all-the-icons-dired all-the-icons-ibuffer)) + '(helm-ag rainbow-identifiers nginx-mode evil-quickscope vc-fossil crontab-mode go-mode mutt-mode pacmacs gemini-mode org-evil glsl-mode vimrc-mode windresize evil evil-collection evil-leader evil-search-highlight-persist evil-mc evil-surround evil-ediff evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile projectile company company-box which-key magit undo-tree shell-pop autopair paredit rainbow-delimiters color-identifiers-mode ibuffer-vc ibuffer-projectile eyebrowse diff-hl fzf font-utils restart-emacs string-utils dired-icon kaolin-themes doom-themes spacemacs-theme doom-modeline dashboard org-superstar toc-org pdf-tools dockerfile-mode web-mode ssh sudo-ext vimish-fold bind-key all-the-icons all-the-icons-dired all-the-icons-ibuffer)) '(pdf-view-midnight-colors (cons "#EEFFFF" "#292D3E")) '(pos-tip-background-color "#2E2A29") '(pos-tip-foreground-color "#d4d4d6") diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index fbcb391..012a037 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -73,7 +73,7 @@ evil-search-highlight-persist evil-mc evil-surround evil-ediff evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers evil-quickscope - lsp-mode lsp-treemacs lsp-ui + lsp-mode lsp-ui ccls yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-lsp helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile @@ -84,7 +84,6 @@ magit undo-tree shell-pop - treemacs treemacs-projectile treemacs-magit treemacs-evil smartparens rainbow-delimiters color-identifiers-mode @@ -365,15 +364,6 @@ ;; (define-key w3m-mode-map "t" 'w3m-copy-buffer) #+END_SRC -*** Treemacs - #+BEGIN_SRC emacs-lisp - (require 'treemacs) - (require 'treemacs-evil) - (require 'treemacs-magit) - (require 'treemacs-projectile) - (setq treemacs-python-executable "/usr/local/bin/python3.7") - #+END_SRC - *** Helm, projectile #+BEGIN_SRC emacs-lisp (require 'helm-config) @@ -637,7 +627,6 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." lsp-headerline-breadcrumb-enable nil) (setq gc-cons-threshold (* 100 1024 1024) read-process-output-max (* 1024 1024) - treemacs-space-between-root-nodes nil company-idle-delay 0.0 company-minimum-prefix-length 1 lsp-idle-delay 0.1) @@ -791,7 +780,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." #+BEGIN_SRC emacs-lisp (defun my/nothing ()) (global-set-key [f1] 'shell-pop) - (global-set-key [f2] 'treemacs) + ;; (global-set-key [f2] ') (global-set-key [f3] 'flymake-show-diagnostics-buffer) (global-set-key [f4] 'helm-make-projectile) (global-set-key [f5] 'undo-tree-visualize) -- cgit v1.2.3