File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 263
263
(add-to-list 'forge-alist '(" gitlab.private.com" " gitlab.private.com/api/v4" " gitlab.private.com" forge-gitlab-repository)))
264
264
265
265
; ; Module: `me-services' -- Package: `jiralib' / `org-jira'
266
- ; ; When `jiralib2 ' is enabled, do some extra stuff
267
- (when (+package-configured-p 'jiralib )
266
+ ; ; When `jiralib ' is enabled, do some extra stuff
267
+ (when (or ( +package-configured-p 'jiralib ) (+package-configured-p 'org-jira ) )
268
268
; ; You only need to set `jiralib-url' . The `jiralib-host' and `jiralib-user' are optional
269
269
(setq jiralib-url " https://my-jira-server.tld/"
270
270
jiralib-host " my-jira-server.tld"
Original file line number Diff line number Diff line change 8
8
9
9
; ;; Code:
10
10
11
- (with-eval-after-load 'me-lib
12
- ; ; Define special "first file" hooks and features for Python and C/C++ files,
13
- ; ; this will creates the hooks `minemacs-first-c/c++-file-hook' and and
14
- ; ; `minemacs-first-python-file-hook' that will provide the features
15
- ; ; `minemacs-first-c/c++-file' and `minemacs-first-python-file' .
16
- (+make-first-file-hook! 'c/c++ (rx " ." (or " c" " cpp" " cxx" " cc" " c++" " h" " hpp" " hxx" " hh" " h++" " ixx" " cppm" " cxxm" " c++m" " ccm" ) eol))
17
- (+make-first-file-hook! 'python (rx " ." (or " py" " pyw" " pyx" " pyz" " pyzw" ) eol)))
11
+ ; ; NOTE: At this point, `me-vars' and `me-lib' are already available and
12
+ ; ; "core/me-loaddefs.el" is loaded.
18
13
19
- ; ; Enable `pyenv' integration
20
- ; ; (setq +python-enable-pyenv t)
14
+ ; ; Define special "first file" hooks and features for Rust and Octave/Matlab
15
+ ; ; files, this will creates the hooks `minemacs-first-rust-file-hook' and and
16
+ ; ; `minemacs-first-octave-file-hook' that will provide the features
17
+ ; ; `minemacs-first-rust-file' and `minemacs-first-octave-file' .
18
+ (+make-first-file-hook! 'rust " \\ .rs$" )
19
+ (+make-first-file-hook! 'octave " \\ .m$" )
21
20
22
21
; ;; init-tweaks.el ends here
You can’t perform that action at this time.
0 commit comments