Skip to content

Commit

Permalink
* layers/+tools/shell/funcs.el: Remove the semantic from shell layer
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlin7 authored and fnussbaum committed Dec 15, 2024
1 parent 812f527 commit 49c788e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layers/+tools/shell/funcs.el
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ is achieved by adding the relevant text properties."
'spacemacs//eshell-auto-end nil t)
(add-hook 'evil-hybrid-state-entry-hook
'spacemacs//eshell-auto-end nil t)
(when (bound-and-true-p semantic-mode)
(semantic-mode -1))
;; This is an eshell alias
(defun eshell/clear ()
(let ((inhibit-read-only t))
Expand Down

0 comments on commit 49c788e

Please sign in to comment.