X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/0a929da704e326009d8fb6cb70b07ea899442e7a..bc58e70a99051e4b0d978a23615dc23d63115585:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 221a054..056f4a7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -54,7 +54,7 @@ (defvar b/gc-cons-threshold gc-cons-threshold) (defvar b/gc-cons-percentage gc-cons-percentage) (defvar b/file-name-handler-alist file-name-handler-alist) -(setq gc-cons-threshold (* 400 1024 1024) ; 400 MiB +(setq gc-cons-threshold (* 30 1024 1024) ; 30 MiB gc-cons-percentage 0.6 file-name-handler-alist nil ;; sidesteps a bug when profiling with esup @@ -891,8 +891,9 @@ around if needed." (bind-keys ("C-c f ." . find-file) + ("C-c f d" . find-name-dired) ("C-c f l" . find-library) - ("C-c f r" . recentf-open-files) + ;; ("C-c f r" . recentf-open-files) ("C-c x" . execute-extended-command)) (comment @@ -1430,7 +1431,7 @@ This function is intended for use with `ivy-ignore-buffers'." (use-package sgml-mode :config - (setq sgml-basic-offset 2)) + (setq sgml-basic-offset 0)) (use-package css-mode :config