Remove Helm functionalities i never use

This commit is contained in:
Gergely Polonkai 2021-02-16 16:49:50 +01:00
parent c1a68ffee2
commit ed7d5591b6
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
2 changed files with 0 additions and 109 deletions

View File

@ -1904,12 +1904,6 @@ Because one is never enough.
(push (org-projectile-project-todo-entry) org-capture-templates)) (push (org-projectile-project-todo-entry) org-capture-templates))
#+END_SRC #+END_SRC
*** …and the same with Helm
#+BEGIN_SRC emacs-lisp
(use-package org-projectile-helm)
#+END_SRC
** Text object manipulation ** Text object manipulation
From the package description: From the package description:
@ -2475,14 +2469,6 @@ accompanying function will be added to ~mu4e-view-mode-hook~.
:commands (kubernetes-overview)) :commands (kubernetes-overview))
#+END_SRC #+END_SRC
** SystemD
Bash me as you like, im in the “like it” camp.
#+BEGIN_SRC emacs-lisp
(use-package helm-systemd)
#+END_SRC
** A Gopher client ** A Gopher client
Gopher is the next generation text protocol. Despite its age (40-ish, as of writing), it still Gopher is the next generation text protocol. Despite its age (40-ish, as of writing), it still
@ -3222,13 +3208,6 @@ See previous versions of the current file.
("/" . gpolonkai/helm-ff-slash-dir-complete))) ("/" . gpolonkai/helm-ff-slash-dir-complete)))
#+END_SRC #+END_SRC
** Helm-style swooping
#+BEGIN_SRC emacs-lisp
(use-package helm-swoop
:bind
(("M-i" . helm-swoop)))
#+END_SRC
** GNU Globals with Helm ** GNU Globals with Helm
@ -3263,20 +3242,6 @@ See previous versions of the current file.
("s" . helm-do-ag))) ("s" . helm-do-ag)))
#+END_SRC #+END_SRC
** Company with Helm
#+BEGIN_SRC emacs-lisp
(use-package helm-company
:after
company
helm
:bind
(:map company-mode-map
("C-c j" . helm-company)
:map company-active-map
("C-c j" . helm-company)))
#+END_SRC
** Projectile with Helm ** Projectile with Helm
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
@ -3287,12 +3252,6 @@ See previous versions of the current file.
(helm-projectile-on)) (helm-projectile-on))
#+END_SRC #+END_SRC
** FlyCheck with Helm
#+BEGIN_SRC emacs-lisp
(use-package helm-flycheck)
#+END_SRC
** FlySpell with Helm ** FlySpell with Helm
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
@ -3303,40 +3262,6 @@ See previous versions of the current file.
("C-M-i" . helm-flyspell-correct))) ("C-M-i" . helm-flyspell-correct)))
#+END_SRC #+END_SRC
** Search GitHub starred repos with Helm
#+BEGIN_SRC emacs-lisp
(use-package helm-github-stars
:custom
(helm-github-stars-username "gergelypolonkai"))
#+END_SRC
** Smex with Helm
#+BEGIN_SRC emacs-lisp
(use-package helm-smex
:bind
(("M-S-x" . helm-smex)))
#+END_SRC
** Describe bindings with Helm
#+BEGIN_SRC emacs-lisp
(use-package helm-descbinds)
#+END_SRC
** Describe modes with Helm
#+BEGIN_SRC emacs-lisp
(use-package helm-describe-modes)
#+END_SRC
** REST Client with Helm
#+BEGIN_SRC emacs-lisp
(use-package restclient-helm)
#+END_SRC
** C Yasnippets with Helm ** C Yasnippets with Helm
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
@ -3350,12 +3275,6 @@ See previous versions of the current file.
(("C-c y" . helm-yas-complete))) (("C-c y" . helm-yas-complete)))
#+END_SRC #+END_SRC
** Git hunks with Helm
#+BEGIN_SRC emacs-lisp
(use-package helm-hunks)
#+END_SRC
** PyDoc with Helm ** PyDoc with Helm
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
@ -3378,21 +3297,6 @@ See previous versions of the current file.
org-directory))) org-directory)))
#+END_SRC #+END_SRC
** Org navigation with Helm
#+BEGIN_SRC emacs-lisp
(use-package helm-org
:init
(add-to-list 'helm-completing-read-handlers-alist '(org-capture . helm-org-completing-read-tags))
(add-to-list 'helm-completing-read-handlers-alist '(org-set-tags . helm-org-completing-read-tags)))
#+END_SRC
** Fast searching in Org files with Helm and rifle
#+BEGIN_SRC emacs-lisp
(use-package helm-org-rifle)
#+END_SRC
** Access passwords in pass using Helm ** Access passwords in pass using Helm
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp

View File

@ -117,24 +117,13 @@
helm-bibtex helm-bibtex
helm-c-yasnippet helm-c-yasnippet
helm-chrome helm-chrome
helm-company
helm-core helm-core
helm-descbinds
helm-describe-modes
helm-flycheck
helm-flyspell helm-flyspell
helm-github-stars
helm-gtags helm-gtags
helm-hunks
helm-mu helm-mu
helm-org
helm-org-rifle
helm-pass helm-pass
helm-projectile helm-projectile
helm-pydoc helm-pydoc
helm-smex
helm-swoop
helm-systemd
helm-unicode helm-unicode
hl-todo hl-todo
hungarian-holidays hungarian-holidays
@ -177,7 +166,6 @@
org-jekyll org-jekyll
org-msg org-msg
org-projectile org-projectile
org-projectile-helm
org-random-todo org-random-todo
org-rtm org-rtm
org-sticky-header org-sticky-header
@ -206,7 +194,6 @@
rainbow-mode rainbow-mode
request request
restclient restclient
restclient-helm
rust-mode rust-mode
s s
sass-mode sass-mode