diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-20 15:36:22 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-20 15:36:22 -0800 |
| commit | 5cb98e056cbbefd143f2dd5fd6329ad8e35c94b7 (patch) | |
| tree | e1e0d344916f727b0871c97654c9f43ea9e4e6e8 /emacs | |
| parent | 1cfb36fcaafaeb0c07a1550140ffa6cc6bd8fdb4 (diff) | |
emacs: pixel perfect frame and cape warning
Diffstat (limited to 'emacs')
| -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 |
