Browse Source

Remove deprecated helm-config

master
Bingen Eguzkitza 2 years ago
parent
commit
cb54e36789
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lisp/setup-helm.el

+ 2
- 1
lisp/setup-helm.el View File

(require-package 'helm) (require-package 'helm)
(require 'helm-config)
;; https://github.com/emacs-helm/helm/commit/e81fbbc687705595ab65ae5cd3bdf93c17a90743
;;(require 'helm-config)
(require 'helm-grep) (require 'helm-grep)


;; The default "C-x c" is quite close to "C-x C-c", which quits Emacs. ;; The default "C-x c" is quite close to "C-x C-c", which quits Emacs.

Loading…
Cancel
Save