Compare commits
No commits in common. "1a37650655189613efb5f5788237ac01c14e4bc0" and "671093d80c238213fb8de8c6900e75e7514e8dab" have entirely different histories.
1a37650655
...
671093d80c
@ -198,15 +198,10 @@
|
|||||||
(add-to-list 'default-frame-alist `(font . ,(rc/get-default-font)))
|
(add-to-list 'default-frame-alist `(font . ,(rc/get-default-font)))
|
||||||
|
|
||||||
;; Theme
|
;; Theme
|
||||||
;;(use-package gruvbox-theme
|
(use-package gruvbox-theme
|
||||||
;; :ensure t
|
|
||||||
;; :config
|
|
||||||
;; (load-theme 'gruvbox-dark-hard t))
|
|
||||||
|
|
||||||
(use-package dracula-theme
|
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(load-theme 'dracula t))
|
(load-theme 'gruvbox-dark-hard t))
|
||||||
|
|
||||||
;; Sitebar dirred
|
;; Sitebar dirred
|
||||||
(use-package dired-sidebar
|
(use-package dired-sidebar
|
||||||
@ -489,11 +484,6 @@
|
|||||||
|
|
||||||
(setq-default ebuild-mode-update-copyright nil)
|
(setq-default ebuild-mode-update-copyright nil)
|
||||||
|
|
||||||
(setq jedi:environment-root "jedi") ; or any other name you like
|
|
||||||
(setq jedi:environment-virtualenv
|
|
||||||
(append python-environment-virtualenv
|
|
||||||
'("--python" "/usr/local/bin/python3")))
|
|
||||||
|
|
||||||
(defun infer-indentation-style () (interactive)
|
(defun infer-indentation-style () (interactive)
|
||||||
(let ((space-count (how-many "^ " (point-min) (point-max)))
|
(let ((space-count (how-many "^ " (point-min) (point-max)))
|
||||||
(tab-count (how-many "^\t" (point-min) (point-max))))
|
(tab-count (how-many "^\t" (point-min) (point-max))))
|
||||||
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -262,8 +262,3 @@ Musik/
|
|||||||
|
|
||||||
.config/ytmdl
|
.config/ytmdl
|
||||||
golang
|
golang
|
||||||
.virtualenvs/debugpy
|
|
||||||
.local/bin/mgorny-dev-scripts
|
|
||||||
.local/bin/serviceman
|
|
||||||
.local/opt/serviceman-v0.8.0/bin
|
|
||||||
.emacs.d/recentf
|
|
2
.zshrc
2
.zshrc
@ -38,7 +38,7 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
FPATH=/usr/local/share/zsh/site-functions:$FPATH
|
FPATH=/usr/local/share/zsh/site-functions:$FPATH
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
# export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
export SHELL=/bin/bash
|
export SHELL=/bin/bash
|
||||||
export GTK_IM_MODULE=ibus
|
export GTK_IM_MODULE=ibus
|
||||||
export XMODIFIERS=@im=ibus
|
export XMODIFIERS=@im=ibus
|
||||||
|
Loading…
Reference in New Issue
Block a user