Added cperl-mode and renamed some headings
This commit is contained in:
parent
0b10d3aa4b
commit
8ba5b1e5d8
1 changed files with 13 additions and 4 deletions
17
config.org
17
config.org
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
#+AUTHOR: qorg11
|
#+AUTHOR: qorg11
|
||||||
#+TITLE: emacs config
|
#+TITLE: emacs config
|
||||||
#+OPTIONS: toc:nil
|
#+OPTIONS: toc:nil
|
||||||
|
@ -425,15 +426,23 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
(blink-cursor-mode 0)
|
(blink-cursor-mode 0)
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Lisp things
|
** Programming language things
|
||||||
|
*** Lisp
|
||||||
#+BEGIN_SRC emacs-lisp
|
Rainbow parentheses, If someone can tell me why it does not
|
||||||
|
work. please tell me.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package rainbow-delimiters
|
(use-package rainbow-delimiters
|
||||||
:ensure t
|
:ensure t
|
||||||
:init
|
:init
|
||||||
(add-hook 'emacs-lisp-mode 'rainbow-delimiters-mode))
|
(add-hook 'emacs-lisp-mode 'rainbow-delimiters-mode))
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** Perl
|
||||||
|
Cperl-mode is better than perl-mode. You can't change my mind.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(defalias 'perl-mode 'cperl-mode)
|
||||||
|
|
||||||
|
#+END_SRC
|
||||||
** Beacon mode
|
** Beacon mode
|
||||||
's cool
|
's cool
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Add table
Reference in a new issue