[Linuxtrent] Re: Emacs color theme

  • From: Daniele Zanotelli <dazano@xxxxxxxxx>
  • To: linuxtrent@xxxxxxxxxxxxx
  • Date: Mon, 08 Apr 2013 09:49:04 +0200

On 04/07/2013 04:43 PM, Daniele Nicolodi wrote:
Ciao,

[..]

Tra i molti esperti utilizzatori di Emacs ha qualche tema da
consigliare? Usando molto org-mode mi piacerebbe trovare un tema che
supporti bene questo mode.


Personalmente:
~/.bashrc :
alias emacs='emacs -nw'

~/.emacs :
;;;;;;
;; emacs' look and feel
;;

;; disable scroll bar
(scroll-bar-mode -1)

;; disable the menu-bar
(menu-bar-mode -1)

;; disable the tool bar
(tool-bar-mode -1)

;; show column number
(column-number-mode)

;; show the battery status (laptop)
(display-battery-mode)

;; show the current time in the minibuffer
(display-time)

;; start apparences
(setq default-frame-alist
            '((cursor-color . "white")
                  (cursor-type . box)
                  (background-color . "#000000")
                  (foreground-color . "#ffffff")
                  (height . 30)
                  (width . 80)
                  (font . "7x13")
                  ))


;;;;;;
;; Enlighting
;;
(require 'font-lock)
(global-font-lock-mode t)
(set 'font-lock-maximum-decoration t)

;; highlight regions
(transient-mark-mode t)


; ) Ciao,
D.
--
Daniele Zanotelli - 1024D/56FE7E97
http://www.hacknjugg.net

--
Per iscriversi  (o disiscriversi), basta spedire un  messaggio con OGGETTO
"subscribe" (o "unsubscribe") a mailto:linuxtrent-request@xxxxxxxxxxxxx


Other related posts: