From 5484ce7925dbcac424e6c65d779b03f10e2c1432 Mon Sep 17 00:00:00 2001 From: Flinner Date: Fri, 11 Mar 2022 23:49:58 +0300 Subject: [PATCH] feat: minor changes --- emacs.mine/.config/emacs.mine/emacs.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/emacs.mine/.config/emacs.mine/emacs.org b/emacs.mine/.config/emacs.mine/emacs.org index c039d1e..4658671 100644 --- a/emacs.mine/.config/emacs.mine/emacs.org +++ b/emacs.mine/.config/emacs.mine/emacs.org @@ -413,6 +413,7 @@ Capture ;"ot" '(vterm-other-window :which-key "Vterm in other window") "ob" '(bookmark-jump :which-key "Bookmark Jump") "oB" '(bookmark-set :which-key "Bookmark set") + "op" '(list-processes :which-key "List Proccess") "om" '(mu4e :which-key "mu4e") "ot" '(telega :which-key "Telega") @@ -1474,6 +1475,7 @@ Auto format ;; comment to disable rustfmt on save (setq rustic-format-on-save t) (add-hook 'rustic-mode-hook 'my/dev/rustic-mode-hook) + ;; (add-hook 'rustic-mode-hook 'electric-pair-mode) ;; (define-key lsp-ui-mode-map [remap xref-find-definitions] #'lsp-ui-peek-find-definitions) ;; (define-key lsp-ui-mode-map [remap xref-find-references] #'lsp-ui-peek-find-references) (add-hook 'rustic-mode-hook 'lsp) @@ -1932,6 +1934,12 @@ ivy bibtex `([,(cdr char-regexp) 0 font-shape-gstring])))) #+end_src +** Typing break +take breaks every hour! +#+begin_src emacs-lisp + (setq type-break-mode 't) +#+end_src + * Elfeed org =;; (setq rmh-elfeed-org-files (list "~/Documents/private.el/elfeed.org"))= ** Elfeed-org @@ -2258,3 +2266,4 @@ or don't include in git source :) (setq dashboard-projects-switch-function 'counsel-projectile-switch-project-by-name)) #+end_src +