Updated personal config
This commit is contained in:
parent
ce1361397d
commit
74252abbf7
25 changed files with 141 additions and 29 deletions
|
@ -30,6 +30,18 @@
|
|||
;; Enable SPC option in minibuffer
|
||||
;;(define-key minibuffer-local-completion-map (kbd "SPC") 'self-insert-command)
|
||||
|
||||
;; Enable SPC option in minibuffer
|
||||
;;(define-key minibuffer-local-completion-map (kbd "SPC") 'self-insert-command)
|
||||
;; Enable fido mode
|
||||
;;(setq fido-mode t)
|
||||
;;(fido-vertical-mode)
|
||||
|
||||
;;(defun my-icomplete-styles ()
|
||||
;; (setq-local completion-styles '(orderless)))
|
||||
;;(add-hook 'icomplete-minibuffer-setup-hook 'my-icomplete-styles)
|
||||
|
||||
|
||||
|
||||
;; Disable native comp warnings
|
||||
(setq native-comp-async-report-warnings-errors 'silent)
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
(use-package hyperbole
|
||||
:ensure t
|
||||
:defer t
|
||||
:disabled
|
||||
:config
|
||||
(hyperbole-mode 1))
|
||||
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
:ensure t)
|
||||
#+end_src
|
||||
|
||||
#+begin_src elisp
|
||||
(use-package ob-shell)
|
||||
#+end_src
|
||||
|
||||
#+begin_src elisp
|
||||
(use-package org
|
||||
|
@ -21,7 +24,9 @@
|
|||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
'((php . t)
|
||||
(scheme . t)))
|
||||
(scheme . t)
|
||||
(sql . t)
|
||||
(shell .t)))
|
||||
;;(verb . t)))
|
||||
|
||||
(add-to-list 'org-src-lang-modes '("php" . php-ts))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue