Compare commits
2 Commits
c514f1187e
...
d8157061f1
| Author | SHA1 | Date | |
|---|---|---|---|
| d8157061f1 | |||
| be2259df8d |
15
abbrev_defs
15
abbrev_defs
@@ -14,6 +14,21 @@
|
|||||||
("doctype" "<!DOCTYPE html>" nil :count 0)
|
("doctype" "<!DOCTYPE html>" nil :count 0)
|
||||||
))
|
))
|
||||||
|
|
||||||
|
(define-abbrev-table 'php-mode-abbrev-table
|
||||||
|
'(
|
||||||
|
("actions" "/**
|
||||||
|
* Actions
|
||||||
|
*/" nil :count 6)
|
||||||
|
("asserts" "/**
|
||||||
|
* Asserts
|
||||||
|
*/" nil :count 6)
|
||||||
|
("phpcsdisablelinelenght" "// phpcs:disable Generic.Files.LineLength.TooLong" nil :count 3)
|
||||||
|
("phpcsenablelinelenght" "// phpcs:disable Generic.Files.LineLength.TooLong" nil :count 2)
|
||||||
|
("preparing" "/**
|
||||||
|
* Preparing
|
||||||
|
*/" nil :count 8)
|
||||||
|
))
|
||||||
|
|
||||||
(define-abbrev-table 'web-mode-abbrev-table
|
(define-abbrev-table 'web-mode-abbrev-table
|
||||||
'(
|
'(
|
||||||
("doc" "<!DOCTYPE html>
|
("doc" "<!DOCTYPE html>
|
||||||
|
|||||||
@@ -96,15 +96,6 @@
|
|||||||
(advice-add 'eglot-completion-at-point :around #'cape-wrap-buster)
|
(advice-add 'eglot-completion-at-point :around #'cape-wrap-buster)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Hacer que corfu funcione en la terminal
|
|
||||||
(unless (display-graphic-p)
|
|
||||||
(use-package corfu-terminal
|
|
||||||
:after corfu
|
|
||||||
:ensure (:repo "https://codeberg.org/akib/emacs-corfu-terminal.git")
|
|
||||||
:init
|
|
||||||
(corfu-terminal-mode +1))
|
|
||||||
)
|
|
||||||
|
|
||||||
;; A few more useful configurations...
|
;; A few more useful configurations...
|
||||||
(use-package emacs
|
(use-package emacs
|
||||||
:ensure nil
|
:ensure nil
|
||||||
|
|||||||
Reference in New Issue
Block a user