Move lang files
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
This commit is contained in:
parent
bf90b046b8
commit
1f20dd7bc1
27 changed files with 81 additions and 82 deletions
|
|
@ -1,29 +0,0 @@
|
|||
;;; ziglang.el --- summary
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
;; Version: 0.1-snapshot
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; ziglang does a thing.
|
||||
|
||||
;;; Code:
|
||||
(require 'icejam-prog-mode)
|
||||
|
||||
(use-package zig-mode :straight t :defer t :requires (lsp))
|
||||
|
||||
(defun activate-zig-mode ()
|
||||
"Goodies for editing zig files."
|
||||
|
||||
;; Set column width to 100
|
||||
(column-enforce-n 100)
|
||||
|
||||
;; Set indentation to 4 chars
|
||||
(set-indent 4)
|
||||
(lsp))
|
||||
|
||||
(add-hook 'zig-mode-hook 'activate-zig-mode)
|
||||
|
||||
(provide '+custom-lang-ziglang)
|
||||
;;; ziglang.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue