EmacsWiki: Michael Paulukonis (original) (raw)

Portrait

Michael Paulukonis often refers to himself in the third person. He is also known as (the) Other Michael. Unsurprisingly for somebody who has a user-page in this wiki, he uses Emacs.

But only since the summer of 2007, and mainly on Windows.

He can also be found online at http://michaelpaulukonis.com/ and http://www.xradiograph.com/Emacs

He’s a member of the FSF – and you should be, too (especially if you use Emacs) !


Projects

TODOs

DropBox

deftheme

Theme handling system

deftheme is the theme-handling system introduced in Emacs 23, and enhanced in Emacs 24. As such, it is something of a replacement for ColorTheme.

Emacs 24 finally introduced a new standard way of dealing with color themes (based on Emacs’s built-in customize facility). While it doesn’t have a proper name (as far as I know) it’s commonly referred to as the deftheme facility, since deftheme is the name of the macro you’d use to create such a theme. -source

provided themes

By default Emacs24 comes with several themes.

Adding new themes

You can add more…. somehow….

Switching Themes

See Also

standalone page

re-org(ing) my init-file(s)

tetris

OrgMode

pmwiki-mode

journal

emacs-wiki work

Gravatar from Emacs

The image at top is my Gravatar. It’s a useful service that ties an email address to an image, so if someone gives you an email you can maybe find a picture of them.

You need to hash the email to generate the url though, here’s how in EmacsLisp:

(print (md5 (downcase "me@mail.com")) (current-buffer))

and the markup:

portrait:http://gravatar.com/avatar/2c387befb1ee085fd6706bd59efa042f

Once you define it with that markup, it will now display w/in the wiki when your user-name is referenced in certain contexts For example: MichaelPaulukonis and [MichaelPaulukonis] do not render, but [new:MichaelPaulukonis:2013-05-13 13:28 UTC] is displaying, but [new:MichaelPaulukonis 2013-06-11 13:54 UTC] (colon replaced with space) is NOT displaying.

Can’t find any notes on this, yet, other than what I blatantly stole from NicFerrier.

Packages/pages/things I like

Packages I used to like

Packages, Pages, and things I am thinking about liking

every contribution I have ever made to this wiki

wiki thoughts


CategoryHomepage