mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Emacs : Evil config modified.
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
Reference in New Issue
Block a user