Doop doop

clean_emacs
TuDatTr 2018-01-05 11:33:05 +01:00
parent 28449acc05
commit b1ea714647
No known key found for this signature in database
GPG Key ID: 6B2AC5D2CAECE06A
3 changed files with 1 additions and 3 deletions

View File

@ -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

1
.emacs
View File

@ -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)))

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
*~
\#*\#
*.log
*\#*