diff --git a/.emacs.rational.d/config.el b/.emacs.rational.d/config.el index 195850c..e14b4dc 100644 --- a/.emacs.rational.d/config.el +++ b/.emacs.rational.d/config.el @@ -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 diff --git a/.emacs.rational.d/exwm/start-exwm.sh b/.emacs.rational.d/exwm/start-exwm.sh index fb64887..5ec6375 100755 --- a/.emacs.rational.d/exwm/start-exwm.sh +++ b/.emacs.rational.d/exwm/start-exwm.sh @@ -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 diff --git a/.emacs.rational.d/exwm/start-exwm.sh~ b/.emacs.rational.d/exwm/start-exwm.sh~ deleted file mode 100755 index 60279be..0000000 --- a/.emacs.rational.d/exwm/start-exwm.sh~ +++ /dev/null @@ -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