Emacs: Clisp mode. Beamer snippet.

master
Ambrevar 2012-10-25 08:55:46 +02:00
parent 9d3c40204e
commit 6919cb799e
2 changed files with 6 additions and 1 deletions

View File

@ -249,3 +249,8 @@
(or (getenv "CPPFLAGS") "-DDEBUG=9")
(or (getenv "CFLAGS") "-ansi -pedantic -Wall -Wextra -Wshadow -lm -g3 -O0")
file))))))
;;==============================================================================
;; Common LISP
;;==============================================================================
(setq inferior-lisp-program "clisp")

View File

@ -77,7 +77,7 @@
%% Bars
\setbeamercolor{frametitle}{bg=black, fg=white}
\useoutertheme[height=0pt]{sidebar}
\setbeamertemplate{sidebar canvas left}[horizontal shading][left=white!40!black,right=black]
\setbeamertemplate{sidebar canvas left}[horizontal shading][left=black,right=black]
\setbeamercolor{author in sidebar}{fg=red}
\setbeamercolor{section in sidebar shaded}{fg= sidebarSection}
\setbeamercolor{subsection in sidebar shaded}{fg= sidebarSub}