summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org10
1 files changed, 9 insertions, 1 deletions
diff --git a/config.org b/config.org index 870d6c3..d926c32 100644 --- a/config.org +++ b/config.org
@@ -5,7 +5,7 @@
5#+EXPORT_FILE_NAME: README.md 5#+EXPORT_FILE_NAME: README.md
6#+OPTIONS: toc:nil 6#+OPTIONS: toc:nil
7#+BANKRUPTCY_COUNT: 3.2 7#+BANKRUPTCY_COUNT: 3.2
8#+Time-stamp: <2021-01-09 17:35:42 acdw> 8#+Time-stamp: <2021-01-10 21:37:08 acdw>
9 9
10* Basics 10* Basics
11 11
@@ -1225,6 +1225,14 @@ For right now, I’m /just/ using Anzu – I don’t like parts of =isearch= but
1225 '("\\.ini\\'" . ini-mode)) 1225 '("\\.ini\\'" . ini-mode))
1226 #+end_src 1226 #+end_src
1227 1227
1228*** PHP
1229
1230see also [[https://sasanidas.gitlab.io/f-site/php-development/][this post by Fermin M]], it looks really useful.
1231
1232#+BEGIN_SRC emacs-lisp
1233 (straight-use-package 'php-mode)
1234#+end_src
1235
1228* Writing 1236* Writing
1229 1237
1230** Visual fill column 1238** Visual fill column