update
This commit is contained in:
40
.spacemacs
40
.spacemacs
@@ -36,7 +36,7 @@ This function should only modify configuration layer settings."
|
|||||||
multiple-cursors ;; https://www.spacemacs.org/layers/+misc/multiple-cursors/README.html#key-bindings
|
multiple-cursors ;; https://www.spacemacs.org/layers/+misc/multiple-cursors/README.html#key-bindings
|
||||||
shell
|
shell
|
||||||
yaml
|
yaml
|
||||||
themes-megapack
|
;; themes-megapack
|
||||||
nginx
|
nginx
|
||||||
toml
|
toml
|
||||||
html
|
html
|
||||||
@@ -48,7 +48,6 @@ This function should only modify configuration layer settings."
|
|||||||
;; Uncomment some layer names and press `SPC f e R' (Vim style) or
|
;; Uncomment some layer names and press `SPC f e R' (Vim style) or
|
||||||
;; `M-m f e R' (Emacs style) to install them.
|
;; `M-m f e R' (Emacs style) to install them.
|
||||||
;; ----------------------------------------------------------------
|
;; ----------------------------------------------------------------
|
||||||
auto-completion
|
|
||||||
(auto-completion :variables
|
(auto-completion :variables
|
||||||
auto-completion-enable-snippets-in-popup t
|
auto-completion-enable-snippets-in-popup t
|
||||||
auto-completion-enable-help-tooltip t
|
auto-completion-enable-help-tooltip t
|
||||||
@@ -60,8 +59,6 @@ This function should only modify configuration layer settings."
|
|||||||
helm
|
helm
|
||||||
lsp
|
lsp
|
||||||
markdown
|
markdown
|
||||||
multiple-cursors
|
|
||||||
org
|
|
||||||
(org :variables
|
(org :variables
|
||||||
org-enable-bootstrap-support t
|
org-enable-bootstrap-support t
|
||||||
org-enable-jira-support t
|
org-enable-jira-support t
|
||||||
@@ -99,6 +96,7 @@ This function should only modify configuration layer settings."
|
|||||||
org-alert
|
org-alert
|
||||||
;org-caldav
|
;org-caldav
|
||||||
;org-protocol
|
;org-protocol
|
||||||
|
aidermacs
|
||||||
)
|
)
|
||||||
|
|
||||||
;; A list of packages that cannot be updated.
|
;; A list of packages that cannot be updated.
|
||||||
@@ -864,7 +862,7 @@ before packages are loaded."
|
|||||||
'((sequence "TODO(t)" "NEXT(n)" "WAIT(w)" "RUNNING(r)" "|" "DONE(d)" "CANCELLED(c)" )))
|
'((sequence "TODO(t)" "NEXT(n)" "WAIT(w)" "RUNNING(r)" "|" "DONE(d)" "CANCELLED(c)" )))
|
||||||
|
|
||||||
(setq org-clock-out-remove-zero-time-clocks t)
|
(setq org-clock-out-remove-zero-time-clocks t)
|
||||||
) ;; with-eval-after-load
|
) ;; with-eval-after-load 'org
|
||||||
|
|
||||||
(with-eval-after-load 'markdown-mode
|
(with-eval-after-load 'markdown-mode
|
||||||
(define-key markdown-mode-map (kbd "C-c x") 'my/markdown-toggle-checkbox))
|
(define-key markdown-mode-map (kbd "C-c x") 'my/markdown-toggle-checkbox))
|
||||||
@@ -884,6 +882,22 @@ before packages are loaded."
|
|||||||
)
|
)
|
||||||
(org-alert-enable))
|
(org-alert-enable))
|
||||||
|
|
||||||
|
(use-package aidermacs
|
||||||
|
:defer t ;; Lazy load until invoked
|
||||||
|
:init
|
||||||
|
;; Set variables here so they are ready before the package loads
|
||||||
|
(setq aidermacs-default-chat-mode 'architect
|
||||||
|
aidermacs-default-model "oca/gpt5"
|
||||||
|
aidermacs-backend 'vterm ;; Highly recommended for Spacemacs/Mac users over comint
|
||||||
|
aidermacs-program "/opt/homebrew/bin/ocaider")
|
||||||
|
:config
|
||||||
|
;; Optional: Spacemacs-style keybindings (Leader key)
|
||||||
|
;; Mnemonic: SPC a (apps) i (intelligence/aider)
|
||||||
|
(spacemacs/set-leader-keys
|
||||||
|
"ai" 'aidermacs-transient-menu)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
(defun my/markdown-toggle-checkbox ()
|
(defun my/markdown-toggle-checkbox ()
|
||||||
"Toggle checkbox in markdown list at point."
|
"Toggle checkbox in markdown list at point."
|
||||||
(interactive)
|
(interactive)
|
||||||
@@ -894,7 +908,7 @@ before packages are loaded."
|
|||||||
(if (string= (match-string 1) " ")
|
(if (string= (match-string 1) " ")
|
||||||
"x" " ") nil nil nil 1))))
|
"x" " ") nil nil nil 1))))
|
||||||
|
|
||||||
(setq warning-minimum-level :error)
|
;; (setq warning-minimum-level :error)
|
||||||
|
|
||||||
|
|
||||||
;; 28.4. - terminal clipboard integration
|
;; 28.4. - terminal clipboard integration
|
||||||
@@ -1087,7 +1101,7 @@ before packages are loaded."
|
|||||||
"bbb13492a15c3258f29c21d251da1e62f1abb8bbd492386a673dcfab474186af"
|
"bbb13492a15c3258f29c21d251da1e62f1abb8bbd492386a673dcfab474186af"
|
||||||
"7fd8b914e340283c189980cd1883dbdef67080ad1a3a9cc3df864ca53bdc89cf" default))
|
"7fd8b914e340283c189980cd1883dbdef67080ad1a3a9cc3df864ca53bdc89cf" default))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(a ace-jump-helm-line ace-link afternoon-theme aggressive-indent aio
|
'(a ace-jump-helm-line ace-link afternoon-theme aggressive-indent aidermacs aio
|
||||||
alect-themes alert all-the-icons ample-theme ample-zen-theme
|
alect-themes alert all-the-icons ample-theme ample-zen-theme
|
||||||
anaconda-mode anti-zenburn-theme apropospriate-theme auto-compile
|
anaconda-mode anti-zenburn-theme apropospriate-theme auto-compile
|
||||||
auto-highlight-symbol auto-yasnippet autothemer badwolf-theme
|
auto-highlight-symbol auto-yasnippet autothemer badwolf-theme
|
||||||
@@ -1097,12 +1111,12 @@ before packages are loaded."
|
|||||||
color-theme-sanityinc-solarized color-theme-sanityinc-tomorrow
|
color-theme-sanityinc-solarized color-theme-sanityinc-tomorrow
|
||||||
column-enforce-mode company company-anaconda company-box
|
column-enforce-mode company company-anaconda company-box
|
||||||
company-quickhelp company-shell company-statistics company-terraform
|
company-quickhelp company-shell company-statistics company-terraform
|
||||||
company-web concurrent ctable cyberpunk-theme cython-mode dakrone-theme
|
company-web concurrent cond-let ctable cyberpunk-theme cython-mode
|
||||||
dap-mode darkmine-theme darkokai-theme darktooth-theme deferred
|
dakrone-theme dap-mode darkmine-theme darkokai-theme darktooth-theme
|
||||||
define-word devdocs diminish dired-quick-sort disable-mouse django-theme
|
deferred define-word devdocs diminish dired-quick-sort disable-mouse
|
||||||
docker dockerfile-mode doom-themes dotenv-mode dracula-theme drag-stuff
|
django-theme docker dockerfile-mode doom-themes dotenv-mode dracula-theme
|
||||||
dumb-jump eat edit-indirect editorconfig ef-themes elisp-def elisp-demos
|
drag-stuff dumb-jump eat edit-indirect editorconfig ef-themes elisp-def
|
||||||
elisp-slime-nav emacsql emmet-mode emojify emr epc esh-help
|
elisp-demos elisp-slime-nav emacsql emmet-mode emojify emr epc esh-help
|
||||||
eshell-prompt-extras eshell-z espresso-theme eval-sexp-fu evil-anzu
|
eshell-prompt-extras eshell-z espresso-theme eval-sexp-fu evil-anzu
|
||||||
evil-args evil-cleverparens evil-collection evil-easymotion evil-escape
|
evil-args evil-cleverparens evil-collection evil-easymotion evil-escape
|
||||||
evil-evilified-state evil-exchange evil-goggles evil-iedit-state
|
evil-evilified-state evil-exchange evil-goggles evil-iedit-state
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ AWK=/usr/bin/awk
|
|||||||
CURL=/usr/bin/curl
|
CURL=/usr/bin/curl
|
||||||
|
|
||||||
source "${BINDIR}/lib/logging.sh"
|
source "${BINDIR}/lib/logging.sh"
|
||||||
TARGET="${1-11.4.85.0.1.201.2}"
|
TARGET="${1-11.4.88.0.1.207.1}"
|
||||||
hg_branch="s11u4_sust_084"
|
hg_branch="s11u4_sust_087"
|
||||||
log::info "TARGET:${TARGET}"
|
log::info "TARGET:${TARGET}"
|
||||||
|
|
||||||
URL="http://grt.us.oracle.com/grt/webservice/grtList/?gate=240&show=All&gateName=S11.4-SRU&status=4&target=${TARGET}"
|
URL="http://grt.us.oracle.com/grt/webservice/grtList/?gate=240&show=All&gateName=S11.4-SRU&status=4&target=${TARGET}"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ CURL=/usr/bin/curl
|
|||||||
|
|
||||||
source "${BINDIR}/lib/logging.sh"
|
source "${BINDIR}/lib/logging.sh"
|
||||||
|
|
||||||
TARGET="${1-11.4.87.0.1.207.2}"
|
TARGET="${1-11.4.88.0.1.207.1}"
|
||||||
|
|
||||||
log::info "TARGET:${TARGET}"
|
log::info "TARGET:${TARGET}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user