diff options
Diffstat (limited to '')
-rw-r--r-- | .config/emacs/init.el | 2 | ||||
-rwxr-xr-x | .local/bin/brb | 2 | ||||
-rwxr-xr-x | .local/bin/startsoon | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index d5bd5c1..f31b60e 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -40,7 +40,7 @@ '(jdee-db-spec-breakpoint-face-colors (cons "#1c1f2b" "#676E95")) '(objed-cursor-color "#ff5370") '(package-selected-packages - '(company-nginx company-fuzzy company-go company-shell helm-ag rainbow-identifiers nginx-mode evil-quickscope vc-fossil crontab-mode go-mode mutt-mode pacmacs gemini-mode org-evil glsl-mode vimrc-mode windresize evil evil-collection evil-leader evil-search-highlight-persist evil-mc evil-surround evil-ediff evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile projectile company company-box which-key magit undo-tree shell-pop autopair paredit rainbow-delimiters color-identifiers-mode ibuffer-vc ibuffer-projectile eyebrowse diff-hl fzf font-utils restart-emacs string-utils dired-icon kaolin-themes doom-themes spacemacs-theme doom-modeline dashboard org-superstar toc-org pdf-tools dockerfile-mode web-mode ssh sudo-ext vimish-fold bind-key all-the-icons all-the-icons-dired all-the-icons-ibuffer)) + '(lua-mode company-nginx company-fuzzy company-go company-shell helm-ag rainbow-identifiers nginx-mode evil-quickscope vc-fossil crontab-mode go-mode mutt-mode pacmacs gemini-mode org-evil glsl-mode vimrc-mode windresize evil evil-collection evil-leader evil-search-highlight-persist evil-mc evil-surround evil-ediff evil-visual-mark-mode evil-nerd-commenter evil-vimish-fold evil-numbers yasnippet yasnippet-classic-snippets yasnippet-snippets auto-yasnippet el-autoyas helm helm-xref helm-etags-plus helm-fuzzy helm-themes helm-make helm-projectile projectile company company-box which-key magit undo-tree shell-pop autopair paredit rainbow-delimiters color-identifiers-mode ibuffer-vc ibuffer-projectile eyebrowse diff-hl fzf font-utils restart-emacs string-utils dired-icon kaolin-themes doom-themes spacemacs-theme doom-modeline dashboard org-superstar toc-org pdf-tools dockerfile-mode web-mode ssh sudo-ext vimish-fold bind-key all-the-icons all-the-icons-dired all-the-icons-ibuffer)) '(pdf-view-midnight-colors (cons "#EEFFFF" "#292D3E")) '(pos-tip-background-color "#2E2A29") '(pos-tip-foreground-color "#d4d4d6") diff --git a/.local/bin/brb b/.local/bin/brb index b9ce24f..0c45f5b 100755 --- a/.local/bin/brb +++ b/.local/bin/brb @@ -20,7 +20,7 @@ while true; do "Joe will be right back" printf "\n\n" nocol - icat "$HOME"/pics/profile/caco.png -w 52 -x 62 + icat "$HOME"/pics/profile/caco.png -w 52 -x 62 -m 24bit printf "\033[1;36m\n" figlet -s -L -c -t \ -d "$XDG_PACKAGE_HOME"/stream_figfonts \ diff --git a/.local/bin/startsoon b/.local/bin/startsoon index 09e279c..3f33ff6 100755 --- a/.local/bin/startsoon +++ b/.local/bin/startsoon @@ -20,7 +20,7 @@ while true; do "Stream starting soon" printf "\n\n" nocol - icat "$HOME"/pics/profile/caco.png -w 52 -x 62 + icat "$HOME"/pics/profile/caco.png -w 52 -x 62 -m 24bit printf "\033[1;36m\n" figlet -s -L -c -t \ -d "$XDG_PACKAGE_HOME"/stream_figfonts \ |