Commit graph

41 commits

Author SHA1 Message Date
Bozhidar Batsov cecae9ca19 Replace usages of eval-after-load with with-eval-after-load
`with-eval-after-load` was introduced in Emacs 24.4 and its
usage results in a cleaner code.

`eval-after-load` is considered ill-behaved because it is a function,
not a macro, and thus requires the code inside it to be quoted, which
means that it cannot be byte-compiled. It also accepts only one form,
so if you have more than one, you need to use `progn`.

More details - https://stackoverflow.com/questions/21880139/what-is-with-eval-after-load-in-emacs-lisp
2018-09-14 09:50:00 +03:00
Bozhidar Batsov bf57696835 Update the copyright years 2018-05-06 09:21:24 +03:00
Bozhidar Batsov 21063c1f54 Remove some Ruby file associations
Those were added upstream to ruby-mode.
2018-03-05 14:27:11 +07:00
Bozhidar Batsov 76fe6c1bbc Remove ruby-tools-mode
It's not really maintained and the most useful feature it
had (toggling between single and double quoted strings was added to
ruby-mode itself).
2018-03-05 14:25:22 +07:00
Bozhidar Batsov e0ca7c7003 Update the copyright years 2017-01-04 01:20:26 +02:00
Bozhidar Batsov ebd6e9d591 Update the copyright years 2016-01-31 08:44:18 +02:00
Bin Huang c97f910efd Use ruby-mode for .cap files 2015-07-22 15:23:40 +08:00
Bozhidar Batsov c2da437aa4 Update copyright years 2015-03-03 13:04:34 +02:00
Bozhidar Batsov dc82375714 Update copyright years 2014-12-07 11:37:46 +02:00
schasse ab763dce6f Appraisals is a ruby file, too 2014-09-24 15:28:35 +02:00
Antono Vasiljev 13ca5d59c1 Use ruby-mode for RABL templates 2014-04-25 16:43:29 +03:00
Sliim 4b17d9e55b Use ruby-mode for Berksfile 2014-04-25 14:18:12 +02:00
Jan Ehrhardt 9230f7118b Add ruby-mode to Puppetfiles
Puppetfiles are similar to Gemfiles, but for librarian-puppet, that
manages dependencies on Puppet modules.
2014-04-07 18:32:08 +02:00
Abizer Nasir 320944cc9a Open .podspec files in Ruby mode
.podspec files use a Ruby DSL for the CocoaPod dependency management
system, common in iOS development.

Although the Podspec file correctly opens in Ruby mode, the .podspec
file does not. This corrects that.
2014-04-01 08:25:44 +01:00
Jan Ehrhardt 0a1e8e4057 Use ruby-mode for Podfile
A Podfile is used for CocoaPods to do a Bundler like dependency
management in XCode projects. Similar to a Rakefile or a Gemfile the
Podfile contains a dependency description in a Ruby based DSL.
2014-01-10 15:40:22 +01:00
Bozhidar Batsov dbe0ed889a Use prelude-require-packages everywhere 2013-11-26 12:52:29 +02:00
Bin Huang 4a02738e6e Don't need to require the smartparens-ruby explicitly.
As of the smartparens-config will require automatically. Here is the [code](https://github.com/Fuco1/smartparens/blob/master/smartparens-config.el#L74).
2013-10-14 11:21:02 +08:00
Bozhidar Batsov b4b604ded0 Remove an obsolete (and incorrect) config 2013-10-08 12:14:11 +03:00
Bozhidar Batsov 4ea6fcf69b Fix inf-ruby config 2013-10-07 09:52:01 +03:00
Bozhidar Batsov 427bc31866 Replace electric-indent-mode and paredit with smartparens 2013-06-29 11:09:16 +03:00
Bozhidar Batsov a95b60eda6 Open .jbuilder files in ruby-mode 2013-03-15 16:06:06 +02:00
Bozhidar Batsov 00661efa2a A bit of cleanup and doc-string fixes 2013-03-07 09:57:33 +02:00
Bozhidar Batsov 5803d30af6 Clean up the modeline a bit with diminish.el 2013-03-06 21:43:59 +02:00
Bozhidar Batsov 9cfdb2694a cleaned up some package dependency stuff 2013-01-02 14:26:54 +02:00
Bozhidar Batsov 269e9137ec updated copyright 2013-01-02 13:13:59 +02:00
Bozhidar Batsov b01492e7ea moved back the prelude modules into the main Prelude project 2012-12-15 22:07:25 +02:00
Bozhidar Batsov 23f3853a95 extracted non-essential modules to a separate project 2012-04-17 17:35:21 +03:00
Bozhidar Batsov 66bc6f0809 make heavier use of autogenerated autoloads and eval-after-load to
optimize the load time
2012-04-12 18:21:19 +03:00
Bozhidar Batsov 5b2ef06840 refactored prelude-ruby into several modules 2012-04-12 17:11:50 +03:00
Emanuel Evans 09e3ceebfa Update to work with latest version of inf-ruby
inf-ruby-keys renamed to inf-ruby-update-keybindings
2012-04-09 23:12:04 -04:00
Perry Kundert 04b1fe44c3 Convert all prelude-*-mode-hooks into actual hooks (allow add-hook) 2012-02-27 14:32:19 -07:00
Bozhidar Batsov 401a913402 fixed #60 - removed el-get due to Windows related problems it was causing 2012-02-14 13:08:53 +02:00
Bozhidar Batsov 8e5022a509 added rainbow-mode 2012-01-10 15:31:45 +02:00
Bozhidar Batsov 6e31729ba9 Make use of the new prog-mode/prog-mode-hook functionality in Emacs 24 2011-12-01 23:55:47 +02:00
Bozhidar Batsov 4bc0350c47 customizations are no more - they don't work particularly well for
something like Prelude
2011-11-27 13:47:34 +02:00
Bozhidar Batsov 9b57406fe2 changed default indent offset in scss-mode to 2 2011-11-10 17:38:38 +02:00
Bozhidar Batsov 26c3bc0a54 disabled the annoying scss-mode auto-compilation-on-save feature 2011-11-10 10:38:09 +02:00
Bozhidar Batsov 4f09ad90a1 added yaml-mode require 2011-11-08 12:30:44 +02:00
Bozhidar Batsov b4dd55883f added basic customization support 2011-10-15 13:04:02 +03:00
Bozhidar Batsov 708a6cb629 better documentation, better init sequence 2011-10-11 21:09:02 +03:00
Bozhidar Batsov 4b9386b555 cleanup & small fixes 2011-10-11 00:38:10 +03:00
Renamed from prelude-ruby.el (Browse further)