summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-12 22:27:48 +0000
committernoa@gaiwan.org2024-06-12 22:27:48 +0000
commitef309afbad5eea7b393d1c76d04941c6deb5fe77 (patch)
tree100ae78b8b86a7adc1fa7075b6edd1f180c15ff6 /emacs
parentba939d69aa0b52d107b5ddf1feee0b9485a718b7 (diff)
Remove unneeded variable assignments
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 6ad88ef..bdc6c72 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -802,12 +802,10 @@ and when JID is not in `jabber-activity-banned'."
 
 (setopt
 	save-interprogram-paste-before-kill t
-	apropos-do-all t
 	mouse-yank-at-point t
 	require-final-newline t
 	visible-bell t
 	load-prefer-newer t
-	frame-inhibit-implied-resize t
 	ediff-window-setup-function 'ediff-setup-windows-plain)
 
 (use-package server