- Install rust-mode
- Install flycheck
- Install markdown-mode
- Install lsp-mode
- Install lsp-rust
I tried this successfully with Emacs 25. It may also work with earlier versions.
I tried this successfully with Emacs 25. It may also work with earlier versions.
| # | |
| # Defaults | |
| # | |
| # Step 1: Put this file to $HOME | |
| # Step 2: Configure your application http://www.zimagez.com/zimage/2017-03-1121-55-45.php | |
| # Have fun! http://www.zimagez.com/zimage/2017-03-1121-56-31.php | |
| # | |
| # Defaults | |
| # |
| #!/usr/bin/env ruby | |
| require 'terminal-notifier' | |
| event, arg1, arg2, filename = ARGV | |
| history = "#{Dir.home}/.mcabber/histo" | |
| filename = "#{history}/#{arg2}" | |
| log = File.open "#{Dir.home}/.mcabber/eventcmd.log", 'a' |