Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (setq gc-cons-threshold 100000000)
- (add-hook 'after-init-hook (lambda () (setq gc-cons-threshold 800000)))
- (setq user-full-name "hjkjk khk"
- user-mail-address "[email protected]")
- (setq display-line-numbers-type 'relative)
- (global-visual-line-mode t)
- (setq-default bidi-paragraph-direction 'left-to-right)
- (so-long-minor-mode)
- (add-hook 'window-setup-hook #'toggle-frame-fullscreen)
- (setq doom-unicode-font (font-spec :name "DejaVu Sans Mono" :size 15)
- doom-font (font-spec :name "Source Code Pro" :size 16)
- doom-big-font (font-spec :name "Source Code Pro" :size 24))
- (after! doom-themes
- (setq doom-themes-enable-bold t
- doom-themes-enable-italic t))
- (custom-set-faces!
- '(font-lock-comment-face :strike-through t)
- '(font-lock-function-name-face :weight bold :slant italic)
- '(font-lock-variable-name-face :weight bold :slant italic)
- '(font-lock-keyword-face :height 154)
- '(font-lock-preprocessor-face :height 154)
- '(font-lock-string-face :slant oblique)
- '(font-lock-type-face :slant italic))
- (load-theme 'doom-laserwave t)
- (global-set-key [f8] 'neotree-toggle)
- (setq scroll-conservatively 101)
- (setq fast-but-imprecise-scrolling t)
- (require 'sublimity)
- (require 'sublimity-attractive)
- (require 'sublimity-scroll)
- (sublimity-mode 1)
- (setq sublimity-scroll-weight 1
- sublimity-scroll-drift-length 0)
- (setq sublimity-scroll-vertical-frame-delay 0.002)
- 
- (setq flycheck-check-syntax-automatically '(save))
Advertisement
Add Comment
Please, Sign In to add comment