private/hlissner: remove bspwm fix (not necessary anymore)
This commit is contained in:
parent
310c235bb5
commit
80659f9b00
1 changed files with 0 additions and 9 deletions
|
@ -22,15 +22,6 @@
|
||||||
(advice-add #'tramp-read-passwd :around #'+hlissner*no-authinfo-for-tramp)
|
(advice-add #'tramp-read-passwd :around #'+hlissner*no-authinfo-for-tramp)
|
||||||
|
|
||||||
|
|
||||||
;; On Arch, bspwm is my window manager. When I open GUI Emacs a gap forms on the
|
|
||||||
;; right side of the frame (which causes display glitches). Cycling fullscreen
|
|
||||||
;; fixing this.
|
|
||||||
(when (and IS-LINUX (display-graphic-p))
|
|
||||||
(add-hook! 'window-setup-hook
|
|
||||||
(set-frame-parameter nil 'fullscreen 'fullboth)
|
|
||||||
(set-frame-parameter nil 'fullscreen nil)))
|
|
||||||
|
|
||||||
|
|
||||||
;; Don't use default snippets, use mine.
|
;; Don't use default snippets, use mine.
|
||||||
(after! yasnippet
|
(after! yasnippet
|
||||||
(setq yas-snippet-dirs (append (list '+hlissner-snippets-dir)
|
(setq yas-snippet-dirs (append (list '+hlissner-snippets-dir)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue