dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs

commit 33860184a6676360fb89c0b4343cc554de7ad587
parent e987c466a70308dce8d496297e5cd2875fb3f928
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Wed,  5 Apr 2023 14:50:08 +0300

emacs: isearch settings and hideshow

Diffstat:
Memacs/.emacs.d/init.el | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -12,6 +12,9 @@ ;; dired settings (setq dired-listing-switches "-lap") +;; isearch settings +(setq search-whitespace-regexp ".*") + (defun knh-dired-find-file-other-frame () "Open file in dired and move it in another emacs frame" (interactive) @@ -54,6 +57,7 @@ (require 'restclient) (require 'misc) +(require 'hideshow) ;; custom functions and key bindings (global-set-key (kbd "M-f") 'forward-to-word)