Doop doop
parent
28449acc05
commit
b1ea714647
|
@ -48,7 +48,7 @@ hyperlinks = true
|
||||||
#foreground_bold = #ffffff
|
#foreground_bold = #ffffff
|
||||||
|
|
||||||
# 20% background transparency (requires a compositor)
|
# 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
|
# If unset, will reverse foreground and background
|
||||||
#highlight = #2f2f2f
|
#highlight = #2f2f2f
|
||||||
|
|
1
.emacs
1
.emacs
|
@ -69,7 +69,6 @@
|
||||||
(shell-command (concat "termite --hold -e \"./a.out\""))
|
(shell-command (concat "termite --hold -e \"./a.out\""))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Latex
|
;; Latex
|
||||||
(fset 'next-section
|
(fset 'next-section
|
||||||
(lambda (&optional arg) "Keyboard macro." (interactive "p") (kmacro-exec-ring-item (quote ("\\sec
" 0 "%d")) arg)))
|
(lambda (&optional arg) "Keyboard macro." (interactive "p") (kmacro-exec-ring-item (quote ("\\sec
" 0 "%d")) arg)))
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
*~
|
*~
|
||||||
\#*\#
|
\#*\#
|
||||||
*.log
|
*.log
|
||||||
*\#*
|
|
Loading…
Reference in New Issue