Skip to content

Commit 0230439

Browse files
authored
Remove duplicate when call (#1433)
1 parent bcf911c commit 0230439

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
### Bugs fixed
3434

35+
- [PR 1433](https://github.com/bbatsov/prelude/pull/1433): Remove a duplicate `when` call in `modules/prelude-helm-everywhere.el` causing an emacs init error when `prelude-helm-everywhere` is enabled.
3536
- Fix `company` still being visible in the mode line.
3637
- [#1335](https://github.com/bbatsov/prelude/issues/1335): Workaround
3738
for `which-key` bug causing display issues in clients to `emacs --daemon`.

modules/prelude-helm-everywhere.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
(helm-descbinds-mode)
6464
(helm-mode 1)
6565

66-
(when when prelude-projectile
66+
(when prelude-projectile
6767
;; enable Helm version of Projectile with replacment commands
6868
(helm-projectile-on))
6969

0 commit comments

Comments
 (0)