Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

> not having a complicated .emacs file

Name: Anonymous 2013-05-28 8:31

2011

Name: Anonymous 2013-05-28 8:38

not having a complicated .vimrc file > not having a complicated .emacs file

Name: Anonymous 2013-05-28 8:43

I don't complicate my .emacs file, I divide my configuration into two other files and call them from .emacs.

Name: Anonymous 2013-05-28 8:53

Yes, everything is greater than not having a complicated .emacs file

Name: Anonymous 2013-05-28 9:11

Most of my .emacs file consist of setting up Slime and configuring Emacs to work like MS Visual Studio. I.e. so that F5 would compile and run the crap

Name: Anonymous 2013-05-28 9:16

>>5
I.e. it has totally useless lines, because Emacs doesn't know it should use utf8 on MacOSX and that TAB is always 4 spaces

(setq locale-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(prefer-coding-system 'utf-8)

;; tab = spaces
(setq default-tab-width 4)
(setq tab-width 4)
(setq c-basic-indent 4)

(setq-default indent-tabs-mode nil)
(setq indent-tabs-mode nil)

;; highlight matching parens
(show-paren-mode t)

;; show cursor column in mode line
(column-number-mode 1)

;; SLIME stuff
;;should remove annoying "Fontifying *SLIME Compilation*..."
(setq font-lock-verbose nil)
(add-to-list 'load-path "~/progs/slime/")  ; your SLIME directory
(setq slime-net-coding-system 'utf-8-unix)
(setq inferior-lisp-program "sbcl") ; your Lisp system
(require 'slime)
(slime-setup)
(slime)

Name: Anonymous 2013-05-28 9:27

>>2
vim is for fucking plebs
fuck off vim pleb

Name: Anonymous 2013-05-28 12:23

>>7
EBICCCCCC LEEEEEEEEEPLLLLLL
XDDDDDDD EGGWING GROOOO

Name: Anonymous 2013-05-28 14:52

>>7
i love le "pleb" meme too /g/roski

let's post in on le reddit XDDDD

Name: Anonymous 2013-05-28 14:54

>>7
And what does a virginal patrician avail oneself of?

Name: Anonymous 2013-05-28 15:33

>>10
ed or shiichan reply box

Name: Anonymous 2013-05-29 3:21

I don't have a ``.emacs file'', it is akin to implying something about my ``.linux file''.  If you are speaking about my ``~/.emacs'', it is just a bunch of includes (over 50 includes actually) of other ELisp files and libraries, about 15 of them are my own work.
So yes, I do have a complicated .emacs file, but no girlfriend.  I would get rid of my emacs setup if only it got me a 9/10 or 10/10 girlfriend, and I mean a 3D one.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List