Emacs : Evil config modified.

This commit is contained in:
2022-04-08 15:56:30 +09:00
parent f84ad70c11
commit 33dd2e888d
3 changed files with 6 additions and 16 deletions

View File

@ -31,6 +31,10 @@
'tramp-backup-directory-alist backup-directory-alist)
(setq undo-tree-history-directory-alist '(("." . "~/.emacs.rational.d/undo")))
;; tab size
(setq-default indent-tabs-mode t)
(setq-default tab-width 4)
(setq-default evil-shift-width tab-width)
(setq user-full-name "JaeYoo-Im"
user-mail-address "cpu3792@gmail.com")
@ -40,7 +44,6 @@
(setenv "LC_ALL" "en_US.UTF-8")
;; Set further font and theme customizations
(set-frame-parameter (selected-frame) 'alpha '(80 . 80))
(custom-set-variables
'(rational-ui-default-font
'(:font "Fira Code Retina" :weight light :height 110)))
@ -56,6 +59,7 @@
;; Fullscreen
(set-frame-parameter (selected-frame) 'fullscreen 'maximized)
(add-to-list 'default-frame-alist '(fullscreen . maximized))
(set-frame-parameter (selected-frame) 'alpha '(80 . 80))
;; Favorite Themes
(load-theme 'doom-palenight t)
@ -70,6 +74,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;; Additional Evil
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq evil-want-C-u-scroll t)
;; EVIL Numbers
(use-package evil-numbers
:straight t

View File

@ -8,7 +8,6 @@
# Enable screen locking on suspend
#xss-lock -- slock &
rm ~/.emacs.d/emacs.el
picom -b --config $HOME/.xmonad/scripts/picom.conf &
~/scripts/random_wallpaper.sh
exec dbus-launch --exit-with-session emacs --with-profile rational -mm --debug-init -l ~/.emacs.rational.d/desktop.el

View File

@ -1,14 +0,0 @@
#!/bin/sh
# Set the screen DPI (uncomment this if needed!)
# xrdb ~/.emacs.d/exwm/Xresources
# Run the screen compositor
#picom &
#picom -b --config /home/jaeus/.config/i3/picom.conf &
# Enable screen locking on suspend
#xss-lock -- slock &
rm ~/.emacs.d/emacs.el
picom -b --config $HOME/.xmonad/scripts/picom.conf &
~/scripts/random_wallpaper.sh
exec dbus-launch --exit-with-session emacs --with-profile vanilla -mm --debug-init -l ~/.emacs.d/desktop.el