Compare commits

...

3 Commits

Author SHA1 Message Date
1a37650655
Hidden the TERM env 2021-12-19 00:55:34 +01:00
e7555a86a1
Added new .gitignore 2021-12-19 00:55:22 +01:00
425d3bd7a1
Changed the theme to dracula in emacs 2021-12-19 00:54:16 +01:00
3 changed files with 19 additions and 4 deletions

View File

@ -198,10 +198,15 @@
(add-to-list 'default-frame-alist `(font . ,(rc/get-default-font)))
;; Theme
(use-package gruvbox-theme
;;(use-package gruvbox-theme
;; :ensure t
;; :config
;; (load-theme 'gruvbox-dark-hard t))
(use-package dracula-theme
:ensure t
:config
(load-theme 'gruvbox-dark-hard t))
(load-theme 'dracula t))
;; Sitebar dirred
(use-package dired-sidebar
@ -484,6 +489,11 @@
(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)
(let ((space-count (how-many "^ " (point-min) (point-max)))
(tab-count (how-many "^\t" (point-min) (point-max))))

7
.gitignore vendored
View File

@ -261,4 +261,9 @@ notes.org
Musik/
.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
View File

@ -38,7 +38,7 @@ source $ZSH/oh-my-zsh.sh
FPATH=/usr/local/share/zsh/site-functions:$FPATH
export GPG_TTY=$(tty)
export TERM=xterm-256color
# export TERM=xterm-256color
export SHELL=/bin/bash
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus