127

professional dilettante

update: emacs lisp revisited

<!– p {padding:5px !important } p {margin:5px !important}–> Was able to successfully install emacs colors I wanted. This was for purpose of making emacs easier on the eyes. I find textmate very easy on the eyes and was trying to replicate that effect. Have not used textmate… but people seem to be obsessed with it. [...]

<!– p {padding:5px !important } p {margin:5px !important}–>

Was able to successfully install emacs colors I wanted. This was for purpose of making emacs easier on the eyes. I find textmate very easy on the eyes and was trying to replicate that effect. Have not used textmate… but people seem to be obsessed with it. Users of Emacs seem to think it lacks a lot of features.

But anyway, am using darkgray background with white foregroud, and consolas font.

Realized the hardest part of customizing my emacs was that most tutorials did not explicitly state that downloading emacs does not automatically create a .emacs file. Rather I had to create one, which is fine :) Just didn’t know what to modify! Was searching all over the place. Toward the end of saving other equally web-inept ppl from the same google torture, here are the lines of lisp I used for changing my background, foreground, and font type. Note: I’m color blind.

;; Set cursor color
(set-cursor-color “white”)

;; Set mouse color
(set-mouse-color “white”)

;; Set foreground and background
(set-foreground-color “white”)
(set-background-color “#2f4f4f”)

;;; Set highlighting colors for isearch and drag
(set-face-foreground ‘highlight “white”)
(set-face-background ‘highlight “blue”)

(set-face-foreground ‘region “cyan”)
(set-face-background ‘region “blue”)

(set-face-foreground ‘secondary-selection “skyblue”)
(set-face-background ‘secondary-selection “darkblue”)

(set-face-font ‘default “-outline-Consolas-normal-r-normal-normal-14-97-96-96-c-*-iso8859-1″)

One Response

You can follow the comments for this article with the RSS 2.0 feed.

what’s up with all teh spacing?

1 joblessandjaded September 08, 2008 12:50 pm

Leave a Reply

Required fields are marked with an asterisk (*), you may use these tags in your comment: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Spam protection by WP Captcha-Free

Most Recent Post

It’s been a long time, I shouldn’t have left you, part 1 …

But now I’m back.All official like.I do social stuff again.I see my friends.I’m moving into my own place again.And all that adult shit.

Categories

Content © professional dilettante
Proudly powered by WordPress
Theme designed by Artisan Themes

Entries (RSS)
Comments (RSS)

24 queries.
0.515 seconds.