vidstriada.blogg.se

Aquamacs set up
Aquamacs set up





aquamacs set up
  1. #AQUAMACS SET UP INSTALL#
  2. #AQUAMACS SET UP UPDATE#
  3. #AQUAMACS SET UP PORTABLE#

emacs: ruby-complexity flog scores for methods (add-to-list 'load-path "~/.emacs.d/vendor/ruby-complexity/") (require 'linum)(require 'ruby-complexity)(add-hook 'ruby-mode-hook (function (lambda () (flymake-mode) (linum-mode) (ruby-complexity-mode)))) I also liked some of the options from defunkt’s Textmate minor mode. I saw a Emacs package to add flog score inline to ruby method scores and thought that sounded like a great addition to help keep my methods concise, so I added that, to my. Edit ‘misc-mode-tweaks.el’: (require 'ruby-electric) (add-hook 'ruby-mode-hook (lambda nil (require 'ruby-electric) (ruby-electric-mode) (flymake-mode-on))) # Additions to Starter Kit (), begin/end, if/end, etc… It drives me nuts and breaks my thought process. Then edit ‘init.el’: (autoload 'twitter-get-friends-timeline "twitter" nil t) (autoload 'twitter-status-edit "twitter" nil t) (global-set-key "\C-xt" 'twitter-get-friends-timeline) (add-hook 'twitter-status-edit-mode-hook 'longlines-mode) Disable Ruby-electric, which tries to complete various matched chars and statements as you type like ‘.

aquamacs set up

Disabling the emacs Twitter client, sorry I like my twitter to be entirely separate from my dev environment. You likely installed your starter kit to a location like, ‘/Users/danmayer/Library/Preferences/Aquamacs Emacs/aquamacs-emacs-starter-kit’, go there to find the files for modification. # Disabling/Removing some Starter Kit features

#AQUAMACS SET UP INSTALL#

First install Aquamacs starter kit There were a few things that I couldn’t stand from the defaults in the Aquamacs Starter Kit and removed also some modifications that I added. This looks like a really interesting option, but I decided I liked some of the nice extra sugar that Aquamacs provides.

#AQUAMACS SET UP PORTABLE#

Topfunky’s project is based on the original emacs starter kit, but has been customized to work well with Carbon Emacs, which is more cross compatible than Aquamacs, so your emacs config is more likely to be portable to all unix systems as well as OS X with Carbon emacs.

aquamacs set up

Some people have forks that are supposed to work better with Aquamacs, but it seems the kit built from the ground up for Aquamacs works best. The original Starter kit, from Technomancy, doesn’t play nicely with Aquamacs and leads to some issues. Emacs Starter Kit Topfunky’s Emacs Starter Kit Aquamacs Starter Kit In the end I ended up going with Aquamacs Starter Kit, namely because I have been a fan of Aquamacs for awhile, and already new my way around it’s system pretty well. I looked at a couple options for existing Emacs configuration setups for Ruby.

#AQUAMACS SET UP UPDATE#

I decided it was time to get my emacs config under control, and under git so it was portable and easy to revert update etc. My emacs setup was a hodge podge of various plugins, code from friends, blogs, etc… It wasn’t organized and was hard to maintain and fine tune. Emacs, Aquamacs, emacs starter kit, developmentI have been using Emacs as my default editor for awhile now.







Aquamacs set up