Remove Helm functionalities i never use
This commit is contained in:
parent
c1a68ffee2
commit
ed7d5591b6
@ -1904,12 +1904,6 @@ Because one is never enough.
|
||||
(push (org-projectile-project-todo-entry) org-capture-templates))
|
||||
#+END_SRC
|
||||
|
||||
*** …and the same with Helm
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package org-projectile-helm)
|
||||
#+END_SRC
|
||||
|
||||
** Text object manipulation
|
||||
|
||||
From the package description:
|
||||
@ -2475,14 +2469,6 @@ accompanying function will be added to ~mu4e-view-mode-hook~.
|
||||
:commands (kubernetes-overview))
|
||||
#+END_SRC
|
||||
|
||||
** SystemD
|
||||
|
||||
Bash me as you like, i’m in the “like it” camp.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package helm-systemd)
|
||||
#+END_SRC
|
||||
|
||||
** A Gopher client
|
||||
|
||||
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)))
|
||||
#+END_SRC
|
||||
|
||||
** Helm-style swooping
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package helm-swoop
|
||||
:bind
|
||||
(("M-i" . helm-swoop)))
|
||||
#+END_SRC
|
||||
|
||||
** GNU Globals with Helm
|
||||
|
||||
@ -3263,20 +3242,6 @@ See previous versions of the current file.
|
||||
("s" . helm-do-ag)))
|
||||
#+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
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
@ -3287,12 +3252,6 @@ See previous versions of the current file.
|
||||
(helm-projectile-on))
|
||||
#+END_SRC
|
||||
|
||||
** FlyCheck with Helm
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package helm-flycheck)
|
||||
#+END_SRC
|
||||
|
||||
** FlySpell with Helm
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
@ -3303,40 +3262,6 @@ See previous versions of the current file.
|
||||
("C-M-i" . helm-flyspell-correct)))
|
||||
#+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
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
@ -3350,12 +3275,6 @@ See previous versions of the current file.
|
||||
(("C-c y" . helm-yas-complete)))
|
||||
#+END_SRC
|
||||
|
||||
** Git hunks with Helm
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package helm-hunks)
|
||||
#+END_SRC
|
||||
|
||||
** PyDoc with Helm
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
@ -3378,21 +3297,6 @@ See previous versions of the current file.
|
||||
org-directory)))
|
||||
#+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
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
@ -117,24 +117,13 @@
|
||||
helm-bibtex
|
||||
helm-c-yasnippet
|
||||
helm-chrome
|
||||
helm-company
|
||||
helm-core
|
||||
helm-descbinds
|
||||
helm-describe-modes
|
||||
helm-flycheck
|
||||
helm-flyspell
|
||||
helm-github-stars
|
||||
helm-gtags
|
||||
helm-hunks
|
||||
helm-mu
|
||||
helm-org
|
||||
helm-org-rifle
|
||||
helm-pass
|
||||
helm-projectile
|
||||
helm-pydoc
|
||||
helm-smex
|
||||
helm-swoop
|
||||
helm-systemd
|
||||
helm-unicode
|
||||
hl-todo
|
||||
hungarian-holidays
|
||||
@ -177,7 +166,6 @@
|
||||
org-jekyll
|
||||
org-msg
|
||||
org-projectile
|
||||
org-projectile-helm
|
||||
org-random-todo
|
||||
org-rtm
|
||||
org-sticky-header
|
||||
@ -206,7 +194,6 @@
|
||||
rainbow-mode
|
||||
request
|
||||
restclient
|
||||
restclient-helm
|
||||
rust-mode
|
||||
s
|
||||
sass-mode
|
||||
|
Loading…
Reference in New Issue
Block a user