From b1ea714647a4e9abd3a4a99281125fd79a64ecbf Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Fri, 5 Jan 2018 11:33:05 +0100 Subject: [PATCH] Doop doop --- .config/termite/config | 2 +- .emacs | 1 - .gitignore | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/termite/config b/.config/termite/config index ee44676..1ac7014 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -48,7 +48,7 @@ hyperlinks = true #foreground_bold = #ffffff # 20% background transparency (requires a compositor) -background = rgba(63, 63, 63, 0.0) +background = rgba(63, 63, 63, 0.5) # If unset, will reverse foreground and background #highlight = #2f2f2f diff --git a/.emacs b/.emacs index a83c4eb..6201af2 100644 --- a/.emacs +++ b/.emacs @@ -69,7 +69,6 @@ (shell-command (concat "termite --hold -e \"./a.out\"")) ) ) - ;; Latex (fset 'next-section (lambda (&optional arg) "Keyboard macro." (interactive "p") (kmacro-exec-ring-item (quote ("\\sec " 0 "%d")) arg))) diff --git a/.gitignore b/.gitignore index a6760aa..d3a3935 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ *~ \#*\# *.log -*\#* \ No newline at end of file