diff options
| -rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index bccc58e..61b15d0 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -393,7 +393,7 @@ current layout." :bind ("C-c p" . cape-prefix-map) :config (advice-add 'pcomplete-completions-at-point :around 'cape-wrap-silent) - (advice-add 'pcomplete-completions-at-point :around 'cape-wrap-purify) + ;; (advice-add 'pcomplete-completions-at-point :around 'cape-wrap-purify) (defvar completion-at-point-functions-always-include (list 'tags-completion-at-point-function 'cape-dabbrev 'cape-dict 'tempel-complete)) ;; local settings should include t to also include global settings @@ -688,6 +688,7 @@ current layout." (add-hook 'prog-mode-hook 'my/prog-buffer-setup) (electric-pair-mode 1) (setq enable-recursive-minibuffers t) +(setq frame-resize-pixelwise t) (use-package haskell-mode :custom |
